mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Update .travis.yml
This commit is contained in:
parent
ac87cbb0d1
commit
42f2b11ec8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user