1
0
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:
Henry Fredrick Schreiner 2017-02-06 13:26:28 -05:00
parent 2a00052fd1
commit f6e567b10a

View File

@ -5,6 +5,8 @@ cache:
- ${TRAVIS_BUILD_DIR}/deps/cmake - ${TRAVIS_BUILD_DIR}/deps/cmake
matrix: matrix:
include: include:
- compiler: clang
env: DEPLOY_MAT=yes
- compiler: gcc - compiler: gcc
addons: addons:
apt: apt:
@ -21,8 +23,6 @@ matrix:
packages: packages:
- g++-4.7 - g++-4.7
env: COMPILER=4.7 env: COMPILER=4.7
- compiler: clang
env: DEPLOY_MAT=yes
install: install:
- python -c 'import sys; print(sys.version_info[:])' - python -c 'import sys; print(sys.version_info[:])'
- if [ "$CXX" = "g++" ]; then export CXX="g++-$COMPILER" CC="gcc-$COMPILER"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-$COMPILER" CC="gcc-$COMPILER"; fi