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
82b8f8b4
Commit
82b8f8b4
authored
Jan 18, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more travis testing
parent
f8f7962b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
6 deletions
+23
-6
.travis.yml
.travis.yml
+21
-4
build-and-test.sh
dlib/travis/build-and-test.sh
+2
-2
No files found.
.travis.yml
View file @
82b8f8b4
...
...
@@ -4,18 +4,27 @@ matrix:
include
:
###################
-
language
:
cpp
compiler
:
-
gcc
compiler
:
clang
os
:
linux
env
:
-
VARIANT=test
-
CXX=clang++
-
CC=clang
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
cpp
compiler
:
-
gcc
compiler
:
gcc
os
:
linux
env
:
-
VARIANT=test
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
cpp
compiler
:
gcc
os
:
linux
env
:
-
VARIANT=examples
...
...
@@ -30,6 +39,14 @@ matrix:
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
python
python
:
3.5
env
:
-
VARIANT=python-api
script
:
-
dlib/travis/build-and-test.sh
###################
-
language
:
cpp
os
:
osx
...
...
dlib/travis/build-and-test.sh
View file @
82b8f8b4
...
...
@@ -20,12 +20,12 @@ fi
if
[
"
$VARIANT
"
=
"python-api"
]
;
then
python setup.py
test
--clean
pip
install
--user
numpy
pip
install
numpy
python setup.py
test
--clean
fi
if
[
"
$VARIANT
"
=
"python3-api"
]
;
then
python3 setup.py
test
--clean
pip3
install
--user
numpy
pip3
install
numpy
python3 setup.py
test
--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