mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Update .travis.yml
This commit is contained in:
parent
efd0dbe5c2
commit
647470f3ae
10
.travis.yml
10
.travis.yml
@ -66,14 +66,12 @@ matrix:
|
|||||||
addons: *clang35
|
addons: *clang35
|
||||||
|
|
||||||
# Test clang-7.0: C++11, Build=Debug, ASAN=On
|
# Test clang-7.0: C++11, Build=Debug, ASAN=On
|
||||||
- env: CLANG_VERSION=7.0 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
|
- env: CLANG_VERSION=7 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons: *clang70
|
|
||||||
|
|
||||||
- env: CLANG_VERSION=7.0 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
|
- env: CLANG_VERSION=7 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons: *clang70
|
|
||||||
|
|
||||||
# osx
|
# osx
|
||||||
- env: BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
|
- env: BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
|
||||||
os: osx
|
os: osx
|
||||||
|
Loading…
Reference in New Issue
Block a user