From: khizmax Date: Thu, 5 Mar 2015 10:46:16 +0000 (+0300) Subject: add Travis-ci YAML X-Git-Tag: v2.1.0~305^2~37 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1aea07872a534425822ffee2fc72743b45ecb243;p=libcds.git add Travis-ci YAML --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..dc56e17d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ + +language: cpp +compiler: gcc +# - gcc +# - clang +#before_install: +#install: +before_script: cd ./build +script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-std=c++0x -Wall -Wextra -pedantic' -t test_hdr +#after_success: +#after_failure: +after_script: cd .. + +# blacklist +branches: + except: + - integration + +# whitelist +branches: + only: + - master + - dev \ No newline at end of file