mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
Building the fast clang release first (quicker deploy)
This commit is contained in:
parent
2a00052fd1
commit
f6e567b10a
@ -5,6 +5,8 @@ cache:
|
||||
- ${TRAVIS_BUILD_DIR}/deps/cmake
|
||||
matrix:
|
||||
include:
|
||||
- compiler: clang
|
||||
env: DEPLOY_MAT=yes
|
||||
- compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
@ -21,8 +23,6 @@ matrix:
|
||||
packages:
|
||||
- g++-4.7
|
||||
env: COMPILER=4.7
|
||||
- compiler: clang
|
||||
env: DEPLOY_MAT=yes
|
||||
install:
|
||||
- python -c 'import sys; print(sys.version_info[:])'
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-$COMPILER" CC="gcc-$COMPILER"; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user