libexpat/.travis.yml
2017-06-22 20:32:02 +02:00

23 lines
326 B
YAML

# Copyright (C) 2017 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license
language: cpp
dist: trusty
env:
global:
- CFLAGS='-g -pipe'
matrix:
- MODE=address
- MODE=lib-coverage
addons:
apt:
packages:
- docbook2x
script:
- cd expat
- ./buildconf.sh
- ./qa.sh ${MODE}