This commit is contained in:
Davis King 2018-01-17 20:18:47 -05:00
parent c6018af3e4
commit 650d363eaa

View File

@ -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