Fix build script
[libcds.git] / .travis.yml
1 \r
2 language: cpp\r
3 compiler: g++\r
4 #  - gcc\r
5 #  - clang\r
6 \r
7 before_install:\r
8     - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test\r
9     - sudo apt-get update -qq\r
10 \r
11 install:\r
12     - sudo apt-get install -qq g++-4.8\r
13     - export CXX="g++-4.8"\r
14 \r
15 before_script: cd ./build\r
16 \r
17 script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic' -t test_hdr\r
18 \r
19 #after_success:\r
20 \r
21 #after_failure:\r
22 \r
23 after_script: cd ..\r
24 \r
25 # blacklist\r
26 branches:\r
27   except:\r
28     - integration\r
29 \r
30 # whitelist\r
31 branches:\r
32   only:\r
33     - master\r
34     - dev\r