Commit 650d363e authored by Davis King's avatar Davis King

travis

parent c6018af3
language: python matrix:
python: include:
- 2.7 ###################
env: - language: cpp
- VARIANT=python-api 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment