1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-01-16 01:37:58 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Gabi Melman
d28465bf60
Update .travis.yml 2020-04-18 14:04:46 +03:00
gabime
867fec260b Another shot at travis clang-10 2020-04-18 13:22:07 +03:00

View File

@ -71,12 +71,12 @@ matrix:
os: osx
# 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
dist: bionic
addons: *clang10
- env: CLANG_VERSION=10.0 BUILD_TYPE=Release CPP=11
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=11 ASAN=On
os: linux
dist: bionic
addons: *clang10