mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Update .travis.yml
This commit is contained in:
parent
8faabb4e3a
commit
6491abb519
36
.travis.yml
36
.travis.yml
@ -54,59 +54,37 @@ addons: &clang10
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Test gcc-4.8: C++11, Build=Debug/Release
|
# Test gcc-4.8: C++11, Build=Release
|
||||||
- env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11
|
|
||||||
os: linux
|
|
||||||
addons: *gcc48
|
|
||||||
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11
|
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
addons: *gcc48
|
addons: *gcc48
|
||||||
|
|
||||||
# Test gcc-7: C++11, Build=Debug/Release
|
# Test gcc-7: C++11, Build=Release
|
||||||
- env: GCC_VERSION=7 BUILD_TYPE=Debug CPP=11
|
|
||||||
os: linux
|
|
||||||
addons: *gcc7
|
|
||||||
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
|
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
addons: *gcc7
|
addons: *gcc7
|
||||||
|
|
||||||
# Test gcc-9: C++17, Build=Debug/Release
|
# Test gcc-9: C++17, Build=Release
|
||||||
- env: GCC_VERSION=9 BUILD_TYPE=Debug CPP=17
|
|
||||||
os: linux
|
|
||||||
addons: *gcc9
|
|
||||||
- env: GCC_VERSION=9 BUILD_TYPE=Release CPP=17
|
- env: GCC_VERSION=9 BUILD_TYPE=Release CPP=17
|
||||||
os: linux
|
os: linux
|
||||||
addons: *gcc9
|
addons: *gcc9
|
||||||
|
|
||||||
# Test clang-3.5: C++11, Build=Debug/Release
|
# Test clang-3.5: C++11, Build=Release
|
||||||
- env: CLANG_VERSION=3.5 BUILD_TYPE=Debug CPP=11
|
|
||||||
os: linux
|
|
||||||
addons: *clang35
|
|
||||||
|
|
||||||
- env: CLANG_VERSION=3.5 BUILD_TYPE=Release CPP=11
|
- env: CLANG_VERSION=3.5 BUILD_TYPE=Release CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
addons: *clang35
|
addons: *clang35
|
||||||
|
|
||||||
# osx
|
# Text 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
|
||||||
|
|
||||||
# Test clang-10.0: C++11, Build=Debug/Release
|
# Test clang-10.0: C++11, Build=Release
|
||||||
- env: CLANG_VERSION=10 BUILD_TYPE=Debug CPP=11
|
|
||||||
os: linux
|
|
||||||
dist: bionic
|
|
||||||
addons: *clang10
|
|
||||||
|
|
||||||
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=11 ASAN=On
|
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=11 ASAN=On
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons: *clang10
|
addons: *clang10
|
||||||
|
|
||||||
# Test clang-10.0: C++17, Build=Debug/Release
|
# Test clang-10.0: C++17, Build=Debug
|
||||||
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=17 ASAN=Off
|
|
||||||
os: linux
|
|
||||||
dist: bionic
|
|
||||||
addons: *clang10
|
|
||||||
- env: CLANG_VERSION=10 BUILD_TYPE=Debug CPP=17 ASAN=Off
|
- env: CLANG_VERSION=10 BUILD_TYPE=Debug CPP=17 ASAN=Off
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
Loading…
Reference in New Issue
Block a user