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