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
89c1e466
Commit
89c1e466
authored
Jan 17, 2018
by
Davis King
Browse files
More travis stuff
parent
eb90fe63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.travis.yml
.travis.yml
+3
-0
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+1
-0
No files found.
.travis.yml
View file @
89c1e466
...
@@ -59,6 +59,9 @@ matrix:
...
@@ -59,6 +59,9 @@ matrix:
-
python3
-
python3
-
python3-pip
-
python3-pip
-
*gcc5_pkgs
-
*gcc5_pkgs
-
os
:
osx
osx_image
:
xcode9.2
cache
:
cache
:
directories
:
directories
:
...
...
dlib/travis/build-and-test.sh
View file @
89c1e466
...
@@ -25,6 +25,7 @@ if [ "$VARIANT" = "python-api" ]; then
...
@@ -25,6 +25,7 @@ if [ "$VARIANT" = "python-api" ]; then
fi
fi
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
pip3
install
-U
setuptools
python3 setup.py
test
--clean
python3 setup.py
test
--clean
pip
install
--user
numpy
pip
install
--user
numpy
python3 setup.py
test
--clean
python3 setup.py
test
--clean
...
...
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