c19e68257d362dd7a8c15ea0f89de92b355497d8
[libcds.git] / .travis.yml
1 \r
2 language: cpp\r
3 compiler: clang\r
4 #  - gcc\r
5 #  - clang\r
6 #before_install:\r
7 #install:\r
8 before_script: cd ./build\r
9 script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-std=c++0x -Wall -Wextra -pedantic' -t test_hdr\r
10 #after_success:\r
11 #after_failure:\r
12 after_script: cd ..\r
13 \r
14 # blacklist\r
15 branches:\r
16   except:\r
17     - integration\r
18 \r
19 # whitelist\r
20 branches:\r
21   only:\r
22     - master\r
23     - dev\r