1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-07 07:33:51 +00:00

Adding better travis env vars

This commit is contained in:
Henry Fredrick Schreiner 2018-04-04 14:45:40 +02:00 committed by Henry Schreiner
parent 17437921c0
commit 8482b600fc

View File

@ -25,6 +25,8 @@ matrix:
# Check style/tidy # Check style/tidy
- compiler: clang - compiler: clang
env:
- CHECK_STYLE=yes
script: script:
- cd "${TRAVIS_BUILD_DIR}" - cd "${TRAVIS_BUILD_DIR}"
- scripts/check_style.sh - scripts/check_style.sh
@ -54,6 +56,8 @@ matrix:
# GCC 6 and Coverage # GCC 6 and Coverage
- compiler: gcc - compiler: gcc
env:
- GCC_VER=7
addons: addons:
apt: apt:
sources: sources:
@ -76,6 +80,8 @@ matrix:
# GCC 4.7 and Conan # GCC 4.7 and Conan
- compiler: gcc - compiler: gcc
env:
- GCC_VER=4.7
addons: addons:
apt: apt:
packages: packages: