Update .travis.yml

This commit is contained in:
Gabi Melman 2021-06-26 21:46:49 +03:00 committed by GitHub
parent ac87cbb0d1
commit 42f2b11ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,11 @@ matrix:
dist: bionic dist: bionic
addons: *clang10 addons: *clang10
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=17 ASAN=On
os: linux
dist: bionic
addons: *clang10
before_script: before_script:
- if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi - if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi