diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e4eeb9b614..def4875191 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,6 +149,11 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_valgrind.sh" - stage: test + name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, c++17]' + env: >- + FILE_ENV="./ci/test/00_setup_env_native_cxx17.sh" + + - stage: test name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: fuzzer,address,undefined]' env: >- FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh" |