diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-28 00:00:48 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-28 00:00:48 +0000 |
commit | 089975fd801a96f16d6f0b30342fd807c07d09a3 (patch) | |
tree | ecaabcef2c4038e510c242f82ffe4407c0a57b28 | |
parent | changed a character in the report node/element name (diff) | |
download | mutator-089975fd801a96f16d6f0b30342fd807c07d09a3.tar.gz mutator-089975fd801a96f16d6f0b30342fd807c07d09a3.zip |
we have to use gcov 4.2 since thats what llvm generates
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a290667..3bff410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,8 @@ script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG after_success: - make clean - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU + - 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 - chmod +x mutator.sh - ./mutator.sh -f ./samples/action_file.mutator - coveralls --exclude ./json --exclude ./tinyxml2
\ No newline at end of file |