diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-04 02:45:24 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-04 02:45:24 +0000 |
commit | cc94219be61f9a0d3d4691a900685c8e2587cda6 (patch) | |
tree | 18a6afdbe0c8c698ac2913e11749d30cec27c284 | |
parent | mutator action file for running the coverage build (diff) | |
download | mutator-cc94219be61f9a0d3d4691a900685c8e2587cda6.tar.gz mutator-cc94219be61f9a0d3d4691a900685c8e2587cda6.zip |
some more diag output for me
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2dca55d..4b30099 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG after_success: - llvm-config-4.0 --has-rtti + - gcc -v - make clean - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU - echo "deb http://old-releases.ubuntu.com/ubuntu/ hardy universe" | sudo tee -a /etc/apt/sources.list @@ -43,5 +44,5 @@ 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.sh -f ./samples/action_file.mutator + - ./mutator.sh -f ./test/cov_action.mutator - coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm'
\ No newline at end of file |