aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2976843b4ce23e86bbf08aac0f55478b6464e34f (plain) (blame)
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
30
language: C
sudo: false
dist: trusty
addons:
  apt:
    packages:
      - libacl1-dev
      - libbz2-dev
      - liblzma-dev
      - libzip-dev
      - lzop
os:
  - linux
  - osx
compiler:
  - gcc
  - clang
env:
  - BUILD_SYSTEM=cmake
  - BUILD_SYSTEM=autotools
matrix:
  exclude:
    - os: osx
      compiler: gcc
before_install:
  - if [ `uname` = "Darwin" ]; then brew update; fi
install:
  - if [ `uname` = "Darwin" ]; then brew install xz lzop lz4 zstd; fi
script:
  - build/ci_build.sh