mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-07 15:33:51 +00:00
Adding better travis env vars
This commit is contained in:
parent
17437921c0
commit
8482b600fc
@ -25,6 +25,8 @@ matrix:
|
||||
|
||||
# Check style/tidy
|
||||
- compiler: clang
|
||||
env:
|
||||
- CHECK_STYLE=yes
|
||||
script:
|
||||
- cd "${TRAVIS_BUILD_DIR}"
|
||||
- scripts/check_style.sh
|
||||
@ -54,6 +56,8 @@ matrix:
|
||||
|
||||
# GCC 6 and Coverage
|
||||
- compiler: gcc
|
||||
env:
|
||||
- GCC_VER=7
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -76,6 +80,8 @@ matrix:
|
||||
|
||||
# GCC 4.7 and Conan
|
||||
- compiler: gcc
|
||||
env:
|
||||
- GCC_VER=4.7
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user