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
82b8f8b4
Commit
82b8f8b4
authored
Jan 17, 2018
by
Davis King
Browse files
more travis testing
parent
f8f7962b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
6 deletions
+23
-6
.travis.yml
.travis.yml
+21
-4
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+2
-2
No files found.
.travis.yml
View file @
82b8f8b4
...
...
@@ -4,18 +4,27 @@ matrix:
include
:
###################
-
language
:
cpp
compiler
:
-
gcc
compiler
:
clang
os
:
linux
env
:
-
VARIANT=test
-
CXX=clang++
-
CC=clang
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
cpp
compiler
:
-
gcc
compiler
:
gcc
os
:
linux
env
:
-
VARIANT=test
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
cpp
compiler
:
gcc
os
:
linux
env
:
-
VARIANT=examples
...
...
@@ -30,6 +39,14 @@ matrix:
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
python
python
:
3.5
env
:
-
VARIANT=python-api
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
cpp
os
:
osx
...
...
dlib/travis/build-and-test.sh
View file @
82b8f8b4
...
...
@@ -20,12 +20,12 @@ fi
if
[
"
$VARIANT
"
=
"python-api"
]
;
then
python setup.py
test
--clean
pip
install
--user
numpy
pip
install
numpy
python setup.py
test
--clean
fi
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
python3 setup.py
test
--clean
pip3
install
--user
numpy
pip3
install
numpy
python3 setup.py
test
--clean
fi
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