mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Updated travis to clang-9
This commit is contained in:
parent
9d2d4c82df
commit
7d6c927684
@ -68,8 +68,13 @@ matrix:
|
|||||||
|
|
||||||
# Test clang-9.0: C++11, Build=Debug, ASAN=On
|
# Test clang-9.0: C++11, Build=Debug, ASAN=On
|
||||||
- env: CLANG_VERSION=9 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
|
- env: CLANG_VERSION=9 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
|
||||||
# Test clang-9.0: C++11, Build=Release, ASAN=On
|
os: linux
|
||||||
|
addons: *clang90
|
||||||
|
|
||||||
|
# Test clang-9.0: C++11, Build=Release, ASAN=Off
|
||||||
- env: CLANG_VERSION=9 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
|
- env: CLANG_VERSION=9 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
|
||||||
|
os: linux
|
||||||
|
addons: *clang90
|
||||||
|
|
||||||
|
|
||||||
# osx
|
# osx
|
||||||
|
Loading…
Reference in New Issue
Block a user