.travis.yml 625 Bytes
Newer Older
1
2
3
4


matrix:
  include:
5
6
7
8
9
10
    ###################
    - language: cpp
      compiler: 
        - gcc
        - clang
      os: linux
11
12
      env:
        - VARIANT=test
13
14
15
16
17
18

    ###################
    - language: cpp
      compiler: 
        - gcc
      os: linux
19
20
      env:
        - VARIANT=examples
21
22
23
24
25
26
27

    ###################
    - language: python
      python:
        - "2.7"
        - "3.6"
      os: linux
28
29
      env:
        - VARIANT=python-api
30
31
32
33

    ###################
    - language: cpp
      os: osx
Davis King's avatar
Davis King committed
34
      osx_image: xcode9.2
35
36
      env:
        - VARIANT=test
Davis King's avatar
Davis King committed
37
         
38
39
40
41
          
script:
  - dlib/travis/build-and-test.sh