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
4c845bf02b
commit
bcc9f03457
12
.travis.yml
12
.travis.yml
@ -6,10 +6,10 @@ sudo: required
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
# gcc t
|
# gcc t
|
||||||
addons: &gcc5
|
addons: &gcc6
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
- g++-6
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
|
||||||
@ -45,13 +45,13 @@ addons: &clang10
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Test gcc-4.8: C++11, Build=Debug/Release
|
# Test gcc-4.8: C++11, Build=Debug/Release
|
||||||
- env: GCC_VERSION=5 BUILD_TYPE=Debug CPP=11
|
- env: GCC_VERSION=6 BUILD_TYPE=Debug CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
addons: *gcc5
|
addons: *gcc6
|
||||||
|
|
||||||
- env: GCC_VERSION=5 BUILD_TYPE=Release CPP=11
|
- env: GCC_VERSION=6 BUILD_TYPE=Release CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
addons: *gcc5
|
addons: *gcc6
|
||||||
|
|
||||||
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
|
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
|
||||||
os: linux
|
os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user