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
a688b74b
Commit
a688b74b
authored
Jan 17, 2018
by
Davis King
Browse files
Still trying to get travis to behave
parent
89c1e466
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
.travis.yml
.travis.yml
+3
-0
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+7
-4
No files found.
.travis.yml
View file @
a688b74b
...
...
@@ -61,6 +61,9 @@ matrix:
-
*gcc5_pkgs
-
os
:
osx
osx_image
:
xcode9.2
env
:
-
VARIANT=test
-
PATH=$HOME/bin:$PATH
cache
:
...
...
dlib/travis/build-and-test.sh
View file @
a688b74b
...
...
@@ -25,8 +25,11 @@ if [ "$VARIANT" = "python-api" ]; then
fi
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
pip3
install
-U
setuptools
python3 setup.py
test
--clean
pip
install
--user
numpy
python3 setup.py
test
--clean
#python3 setup.py test --clean
#pip3 install --user numpy
#python3 setup.py test --clean
python3 setup.py build
--clean
pip3
install
--user
numpy
python3 setup.py build
--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