Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
791c9a2a
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "7c39e8a198a7552bc0dba06006543f77ffe3ea30"
Commit
791c9a2a
authored
Jan 21, 2018
by
Davis King
Browse files
Run a test with -std=c++17
parent
782a9096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
.travis.yml
.travis.yml
+18
-0
No files found.
.travis.yml
View file @
791c9a2a
...
...
@@ -33,6 +33,24 @@ matrix:
script
:
-
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
compiler
:
gcc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment