libexpat/.travis.yml
Stephen 9aaaac076a Travis CI: Test OSX
Use Brewfile for dependencies
2019-01-27 21:58:06 +01:00

46 lines
790 B
YAML

# Copyright (C) 2017 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license
language: cpp
os:
- linux
- osx
dist: trusty
# Unbreak clang address sanitizer, needs SYS_PTRACE
# https://github.com/google/sanitizers/issues/764#issuecomment-276663297
# https://github.com/travis-ci/travis-ci/issues/9033
sudo: required
git:
depth: 1
env:
global:
- CFLAGS='-g -pipe' PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
matrix:
- MODE=address
- MODE=cmake
- MODE=cmake-oos
- MODE=distcheck
- MODE=lib-coverage
matrix:
exclude:
- os: osx
env: MODE=lib-coverage
addons:
homebrew:
update: true
brewfile: true
apt:
packages:
- cmake
- docbook2x
- dos2unix
- rpm
script:
- ./.travis.sh