freebsd-nq/.travis.yml
Martin Matuska 0b7a6fc00b Update vendor/libarchive/dist to git 2c8c83b9731ff822fad6cc8c670ea5519c366a14
Important vendor changes:
  PR #993: Chdir to -C directory for metalog processing
  OSS-Fuzz #4969: Check size of the extended time field in zip archives
  PR #973: Record informational compression level in gzip header
2018-07-28 23:47:22 +00:00

31 lines
487 B
YAML

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 lz4 zstd; fi
script:
- build/ci_build.sh