blob: 85f3ea942c588d880ae14f9abaee15ba6f074ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
language: cpp
script:
- cmake .
- make
- make test
sudo: false
before_script:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-all-dev gcc-4.7 g++-4.7
notifications:
email:
recipients:
- reo7sp@reo7sp.ru
on_success: change
on_failure: always
|