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
b06b829d
Commit
b06b829d
authored
Jan 17, 2018
by
Davis King
Browse files
Travis
parent
ae62f87f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+1
-0
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+5
-6
No files found.
.travis.yml
View file @
b06b829d
...
@@ -55,6 +55,7 @@ matrix:
...
@@ -55,6 +55,7 @@ matrix:
apt
:
apt
:
sources
:
sources
:
-
ubuntu-toolchain-r-test
-
ubuntu-toolchain-r-test
-
virtualenv
packages
:
packages
:
-
python3
-
python3
-
python3-pip
-
python3-pip
...
...
dlib/travis/build-and-test.sh
View file @
b06b829d
...
@@ -25,11 +25,10 @@ if [ "$VARIANT" = "python-api" ]; then
...
@@ -25,11 +25,10 @@ if [ "$VARIANT" = "python-api" ]; then
fi
fi
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
#python3 setup.py test --clean
virtualenv
-p
python3 dlibtest
#pip3 install --user numpy
source
dlibtest/bin/activate
#python3 setup.py test --clean
pip3
install
-U
setuptools
python3 setup.py
test
--clean
python3 setup.py build
--clean
pip3
install
--user
numpy
pip3
install
--user
numpy
python3 setup.py
build
--clean
python3 setup.py
test
--clean
fi
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