mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
travis
This commit is contained in:
parent
c6018af3e4
commit
650d363eaa
47
.travis.yml
47
.travis.yml
@ -1,13 +1,44 @@
|
||||
|
||||
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
env:
|
||||
- VARIANT=python-api
|
||||
matrix:
|
||||
include:
|
||||
###################
|
||||
- language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
os: linux
|
||||
env:
|
||||
- VARIANT=test
|
||||
script:
|
||||
- dlib/travis/build-and-test.sh
|
||||
|
||||
|
||||
###################
|
||||
- language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
os: linux
|
||||
env:
|
||||
- VARIANT=examples
|
||||
script:
|
||||
- dlib/travis/build-and-test.sh
|
||||
|
||||
###################
|
||||
- language: python
|
||||
python:
|
||||
- 2.7
|
||||
env:
|
||||
- VARIANT=python-api
|
||||
script:
|
||||
- dlib/travis/build-and-test.sh
|
||||
|
||||
###################
|
||||
- language: cpp
|
||||
os: osx
|
||||
osx_image: xcode9.2
|
||||
env:
|
||||
- VARIANT=test
|
||||
script:
|
||||
- dlib/travis/build-and-test.sh
|
||||
|
||||
|
||||
script:
|
||||
- dlib/travis/build-and-test.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user