libexpat/.travis.yml

47 lines
750 B
YAML
Raw Normal View History

# Copyright (C) 2017 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license
2017-02-19 15:31:02 -05:00
language: cpp
os:
- linux
- osx
2017-02-19 15:31:02 -05:00
dist: trusty
2017-03-13 13:23:54 -04:00
# 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'
matrix:
- MODE=address
- MODE=cmake
- MODE=cmake-oos
- MODE=distcheck
- MODE=lib-coverage
matrix:
exclude:
- os: osx
env: MODE=lib-coverage
2017-03-13 13:23:54 -04:00
addons:
homebrew:
update: true
brewfile: true
2017-03-13 13:23:54 -04:00
apt:
packages:
- cmake
2017-03-13 13:23:54 -04:00
- docbook2x
2017-06-28 14:09:28 -04:00
- dos2unix
- lzip
2017-08-19 10:46:41 -04:00
- rpm
2017-03-13 13:23:54 -04:00
script:
- ./.travis.sh