summaryrefslogtreecommitdiff
path: root/Build/source/libs/pplib/pplib-src/.travis.yml
blob: 2f1c9a01cbc5862cd837f9da17c19d0c357aeb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: c

script:
  - mkdir build
  - cd build
  - cmake ..
  - make -j 2
  - make -j 2 test

matrix:
  include:
    - os: linux
      compiler: clang
    - os: linux
      compiler: gcc
    - os: osx
      osx_image: xcode10.2
  allow_failures:
    - os: osx
      osx_image: xcode8