mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
add gcc 8 c++17 build
This commit is contained in:
committed by
Victor Zverovich
parent
bb254d146b
commit
3cf12d7b11
11
.travis.yml
11
.travis.yml
@ -39,6 +39,17 @@ matrix:
|
|||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-6
|
- g++-6
|
||||||
|
# g++ 8 on Linux with C++17
|
||||||
|
- env: COMPILER=g++-8 BUILD=Debug STANDARD=17
|
||||||
|
compiler: gcc
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
update: true
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-8
|
||||||
|
|
||||||
# Apple clang on OS X with C++14
|
# Apple clang on OS X with C++14
|
||||||
- env: BUILD=Debug STANDARD=14
|
- env: BUILD=Debug STANDARD=14
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
Reference in New Issue
Block a user