Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
b06b829d
Commit
b06b829d
authored
7 years ago
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis
parent
ae62f87f
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
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:
apt
:
sources
:
-
ubuntu-toolchain-r-test
-
virtualenv
packages
:
-
python3
-
python3-pip
...
...
This diff is collapsed.
Click to expand it.
dlib/travis/build-and-test.sh
View file @
b06b829d
...
...
@@ -25,11 +25,10 @@ if [ "$VARIANT" = "python-api" ]; then
fi
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
#python3 setup.py test --clean
#pip3 install --user numpy
#python3 setup.py test --clean
python3 setup.py build
--clean
virtualenv
-p
python3 dlibtest
source
dlibtest/bin/activate
pip3
install
-U
setuptools
python3 setup.py
test
--clean
pip3
install
--user
numpy
python3 setup.py
build
--clean
python3 setup.py
test
--clean
fi
This diff is collapsed.
Click to expand it.
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