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
a1235122
Commit
a1235122
authored
Jan 21, 2018
by
Davis King
Browse files
More travis config guessing
parent
7aaa42a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
.travis.yml
.travis.yml
+1
-6
No files found.
.travis.yml
View file @
a1235122
...
...
@@ -8,8 +8,6 @@ matrix:
os
:
linux
env
:
-
VARIANT=test
-
CXX=clang++
-
CC=clang
script
:
-
dlib/travis/build-and-test.sh
...
...
@@ -19,8 +17,6 @@ matrix:
os
:
linux
env
:
-
VARIANT=examples
-
CXX=clang++
-
CC=clang
script
:
-
dlib/travis/build-and-test.sh
...
...
@@ -35,11 +31,10 @@ matrix:
########### test with C++17 ########
-
language
:
cpp
compiler
:
gcc-7
os
:
linux
env
:
-
VARIANT=test
-
CXX=g++-7
-
CC=gcc-7
-
CXXFLAGS=-std=c++17
addons
:
apt
:
...
...
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