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
fec73a58
Commit
fec73a58
authored
Jan 21, 2018
by
Davis King
Browse files
travis
parent
a1235122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+5
-1
No files found.
.travis.yml
View file @
fec73a58
...
@@ -31,11 +31,15 @@ matrix:
...
@@ -31,11 +31,15 @@ matrix:
########### test with C++17 ########
########### test with C++17 ########
-
language
:
cpp
-
language
:
cpp
compiler
:
gcc
-7
compiler
:
gcc
os
:
linux
os
:
linux
env
:
env
:
-
VARIANT=test
-
VARIANT=test
-
CXXFLAGS=-std=c++17
-
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
:
addons
:
apt
:
apt
:
sources
:
sources
:
...
...
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