more clang versions
This commit is contained in:
parent
31963723d3
commit
997bc5d1ab
1 changed files with 45 additions and 0 deletions
45
.travis.yml
45
.travis.yml
|
@ -70,17 +70,62 @@ matrix:
|
||||||
|
|
||||||
# Linux / Clang
|
# Linux / Clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.5.0
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.5.1
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.5.2
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.6.0
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.6.1
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.6.2
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.7.0
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.7.1
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: LLVM_VERSION=3.8.0
|
env: LLVM_VERSION=3.8.0
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: LLVM_VERSION=3.8.1
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
# installation step #
|
# installation step #
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.5.2
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.5.1
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.5.0
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.6.2
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.6.1
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.6.0
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.7.0
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.7.1
|
||||||
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.0
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.0
|
||||||
|
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.1
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue