summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6beb5799ced88bbd108ec9e4737e929b9e55fad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: c

os:
  - linux
  - osx

compiler:
  - gcc
  - clang

env:
  - BUILD=
  - BUILD=static

jobs:
  exclude:
    - os: osx
    - compiler: gcc
    - env: BUILD=static
  exclude:
    - os: osx
    - compiler: clang
    - env: BUILD=static

before_install:
  - sh .github/travis/before-install.sh

script:
  - sh .github/travis/build.sh