diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-12 15:04:07 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-12 15:04:07 +0000 |
commit | e5e773272ff4c2e31b89483837a79a27e276cc9c (patch) | |
tree | 583c36b57325a8fd06d7321ac7c87f436ff857d5 /.travis.yml | |
parent | updated the build guide (diff) | |
download | mutator-e5e773272ff4c2e31b89483837a79a27e276cc9c.tar.gz mutator-e5e773272ff4c2e31b89483837a79a27e276cc9c.zip |
updated because of the addition of submodules
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8284e14..db1c76a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,8 @@ before_script: - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9 - sudo apt-get install libboost-dev - sudo apt-get install lib64ncurses5-dev + - git submodule init + - git submodule update script: - make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG -j2 |