Commit 791c9a2a authored by Davis King's avatar Davis King

Run a test with -std=c++17

parent 782a9096
...@@ -33,6 +33,24 @@ matrix: ...@@ -33,6 +33,24 @@ matrix:
script: script:
- dlib/travis/build-and-test.sh - dlib/travis/build-and-test.sh
########### test with C++17 ########
- language: cpp
compiler: gcc
os: linux
env:
- VARIANT=test
- CXX=g++-7
- CC=gcc-7
- CXXFLAGS=-std=c++17
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
script:
- dlib/travis/build-and-test.sh
################### ###################
- language: cpp - language: cpp
compiler: gcc compiler: gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment