aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-06 18:30:46 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-06 18:30:46 +0000
commitb28f100d4eb6c0f3dd8ee6b2280faf41b83042ac (patch)
tree386c0ce3c983f1d3f64bc059715268c602e3abaa /.travis.yml
parenttrying to figure out where the headers are... (diff)
downloadmutator-b28f100d4eb6c0f3dd8ee6b2280faf41b83042ac.tar.gz
mutator-b28f100d4eb6c0f3dd8ee6b2280faf41b83042ac.zip
trying to figure out where the headers are...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8a750de..ff6b8f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG -j2
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/i686-linux-gnu/4.9.4/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.4/include -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
@@ -45,11 +45,13 @@ after_success:
#- sudo apt-get install gcc-4.2 g++-4.2
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.2 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.2
- make install
- - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs2.c -- -std=c90 -I/usr/lib/gcc/i686-linux-gnu/4.9.4/include -Wall > /dev/null
+ - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs2.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.9.4/include -Wall > /dev/null
- coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm'
- cd /
- cd usr
- cd lib
- ls
- cd gcc
- - ls \ No newline at end of file
+ - ls
+ - cd x86_64-linux-gnu
+ - ls \ No newline at end of file