From 1aea07872a534425822ffee2fc72743b45ecb243 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 5 Mar 2015 13:46:16 +0300 Subject: [PATCH] add Travis-ci YAML --- .travis.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .travis.yml 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 -- 2.34.1