mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Another shot at travis clang-10
This commit is contained in:
parent
f5309d902a
commit
867fec260b
@ -71,12 +71,12 @@ matrix:
|
|||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
# Test clang-10.0: C++11, Build=Debug/Release
|
# Test clang-10.0: C++11, Build=Debug/Release
|
||||||
- env: CLANG_VERSION=10.0 BUILD_TYPE=Debug CPP=11
|
- env: CLANG_VERSION=10 BUILD_TYPE=Debug CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons: *clang10
|
addons: *clang10
|
||||||
|
|
||||||
- env: CLANG_VERSION=10.0 BUILD_TYPE=Release CPP=11
|
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons: *clang10
|
addons: *clang10
|
||||||
|
Loading…
Reference in New Issue
Block a user