aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-11-05 22:08:28 +0000
committerbloodstalker <thabogre@gmail.com>2017-11-05 22:08:28 +0000
commit7db3cb7015348e14d8cd2bf0f69fcde213044f8f (patch)
treec503efc45bfb8c29bff20bf31ccf000fc057a05d /.travis.yml
parentfix (diff)
downloadmutator-7db3cb7015348e14d8cd2bf0f69fcde213044f8f.tar.gz
mutator-7db3cb7015348e14d8cd2bf0f69fcde213044f8f.zip
fix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 51214d0..a1cbc32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ matrix:
description: "Build submitted via Travis CI"
notification_email: thabogre@gmail.com
build_command_prepend: "cov-configure --comptype clangcxx --compiler clang-5.0"
- build_command: "make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG"
+ build_command: "make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG mutator-lvl0 safercpp"
branch_pattern: master
before_install:
@@ -43,7 +43,9 @@ before_script:
- python3-config --ldflags
script:
- - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2
+ - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 mutator-lvl0 safercpp
+ - cd bruiser && make
+ - cd ../daemon make
after_failure:
- find . -maxdepth 1 -name "core*"