diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 12:13:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 12:13:49 +0000 |
commit | 2c82c54eee7612c293258813a359dcffef44acd4 (patch) | |
tree | 24806a6067f1578c31a51dd57aeaa1bb9c9651a2 /.travis.yml | |
parent | still trying... (diff) | |
download | mutator-2c82c54eee7612c293258813a359dcffef44acd4.tar.gz mutator-2c82c54eee7612c293258813a359dcffef44acd4.zip |
still trying...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 55 |
1 files changed, 12 insertions, 43 deletions
diff --git a/.travis.yml b/.travis.yml index 29e6260..f1b533e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,49 +1,18 @@ #dist: ubuntu-precise -#language: cpp -#matrix: -# include: -# os: linux -# compiler: clang -# addons: -# apt: -# packages: -# - clang-3.9 -# - libclang-3.9-dev -# - libllvm3.9 -# - libstdc++-6-dev -# env: COMPILER=clang++-3.9 - -#script: make CXX=$COMPILER sudo: required - language: cpp matrix: include: - - os: linux - compiler: clang - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.9'] - packages: ['clang-3.9'] - env: - - COMPILER=clang++-3.9 - - LLVMCONFIG=llvm-config-3.9 - -# Activate when 3.7 is released and the repository is available -# - os: linux -# compiler: clang -# addons: -# apt: -# sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7'] -# packages: ['clang-3.7'] -# env: COMPILER=clang++-3.7 - -# Activate when we are allowed to use MacOS X -# - os: osx -# compiler: clang -# env: COMPILER=clang++ -before_install: - - sudo apt-get update -qq + os: linux + compiler: clang + #addons: + # apt: + # packages: + # - clang-3.9 + # - libclang-3.9-dev + # - libllvm3.9 + # - libstdc++-6-dev + #env: COMPILER=clang++-3.9 -script: - make CXX=$COMPILER LLVM_CONF=$LLVMCONFIG
\ No newline at end of file +before_script: apt-get install clang-4.0 libclang-common-4.0-dev libclang-4.0-dev libclang1-4.0 libclang1-4.0-dbg libllvm4.0 libllvm4.0-dbg lldb-4.0 llvm-4.0 llvm-4.0-dev llvm-4.0-runtime lldb-4.0-dev liblldb-4.0-dbg +script: make CXX=$COMPILER
\ No newline at end of file |