mirror of https://github.com/davisking/dlib.git
More travis config guessing
This commit is contained in:
parent
7aaa42a974
commit
a12351225e
|
@ -8,8 +8,6 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
- VARIANT=test
|
- VARIANT=test
|
||||||
- CXX=clang++
|
|
||||||
- CC=clang
|
|
||||||
script:
|
script:
|
||||||
- dlib/travis/build-and-test.sh
|
- dlib/travis/build-and-test.sh
|
||||||
|
|
||||||
|
@ -19,8 +17,6 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
- VARIANT=examples
|
- VARIANT=examples
|
||||||
- CXX=clang++
|
|
||||||
- CC=clang
|
|
||||||
script:
|
script:
|
||||||
- dlib/travis/build-and-test.sh
|
- dlib/travis/build-and-test.sh
|
||||||
|
|
||||||
|
@ -35,11 +31,10 @@ matrix:
|
||||||
|
|
||||||
########### test with C++17 ########
|
########### test with C++17 ########
|
||||||
- language: cpp
|
- language: cpp
|
||||||
|
compiler: gcc-7
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
- VARIANT=test
|
- VARIANT=test
|
||||||
- CXX=g++-7
|
|
||||||
- CC=gcc-7
|
|
||||||
- CXXFLAGS=-std=c++17
|
- CXXFLAGS=-std=c++17
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue