mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
Update .travis.yml
This commit is contained in:
@@ -107,6 +107,12 @@ matrix:
|
|||||||
dist: bionic
|
dist: bionic
|
||||||
addons: *clang12
|
addons: *clang12
|
||||||
|
|
||||||
|
# Test clang-12.0: C++20, Build=Debug
|
||||||
|
- env: CLANG_VERSION=12 BUILD_TYPE=Debug CPP=20 ASAN=Off
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
addons: *clang12
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user