diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-10 04:39:11 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-10 04:39:11 +0000 |
commit | d1e87ad63c4a18cc8df18227d77b2dd845b7615b (patch) | |
tree | d71ecc03f84a06870d16a4d9c87f138716a43a15 | |
parent | trying to fix the cov build (diff) | |
download | mutator-d1e87ad63c4a18cc8df18227d77b2dd845b7615b.tar.gz mutator-d1e87ad63c4a18cc8df18227d77b2dd845b7615b.zip |
trying to fix the cov build
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7700bdf..da0cc51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ after_failure: after_success: - llvm-config-4.0 --has-rtti - gcc -v - - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I/usr/include -Wall > /dev/null + - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I/usr/include -I/usr/include/linux -Wall > /dev/null - make clean - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU -j2 - echo "deb http://old-releases.ubuntu.com/ubuntu/ hardy universe" | sudo tee -a /etc/apt/sources.list @@ -59,5 +59,9 @@ after_success: - ulimit -a - find . -maxdepth 1 -name "core*" - ls -s + cd test + gcc testFuncs3.c -c cd /usr/lib/syslinux ls + cd /usr/include/linux + ls |