mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 14:03:52 +00:00
Adding more builds to travis
This commit is contained in:
parent
f1db9ded27
commit
9ee47357eb
35
.travis.yml
35
.travis.yml
@ -5,16 +5,35 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- ${TRAVIS_BUILD_DIR}/deps/cmake
|
- ${TRAVIS_BUILD_DIR}/deps/cmake
|
||||||
|
|
||||||
addons:
|
matrix:
|
||||||
apt:
|
include:
|
||||||
packages:
|
- compiler: gcc
|
||||||
- g++-4.9
|
addons:
|
||||||
- gcc-4.9
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-testt
|
||||||
|
packages:
|
||||||
|
- g++-4.9
|
||||||
|
env: COMPILER=g++-4.9
|
||||||
|
- compiler: gcc
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-testt
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
|
env: COMPILER=g++-4.8
|
||||||
|
- compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-testt
|
||||||
|
- llvm-toolchain-precise-3.6
|
||||||
|
packages:
|
||||||
|
- clang-3.6
|
||||||
|
env: COMPILER=g++-5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
|
|
||||||
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
||||||
- CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz"
|
- CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz"
|
||||||
- cd "${DEPS_DIR}"
|
- cd "${DEPS_DIR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user