mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
travis
This commit is contained in:
parent
a12351225e
commit
fec73a5878
@ -31,11 +31,15 @@ matrix:
|
||||
|
||||
########### test with C++17 ########
|
||||
- language: cpp
|
||||
compiler: gcc-7
|
||||
compiler: gcc
|
||||
os: linux
|
||||
env:
|
||||
- VARIANT=test
|
||||
- CXXFLAGS=-std=c++17
|
||||
# Need to set MATRIX_EVAL to set CC and CXX env vars. You would
|
||||
# think you could just set them in the env area like any other, but
|
||||
# travis is wonky about CC and CXX vars so you have to do it this way.
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
Loading…
Reference in New Issue
Block a user