libexpat/.travis.yml

26 lines
416 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
dist: trusty
2017-03-13 13:23:54 -04:00
env:
global:
- CFLAGS='-g -pipe'
matrix:
- MODE=address
- MODE=lib-coverage
2017-03-13 13:23:54 -04:00
addons:
apt:
packages:
- docbook2x
install:
- wget -O expat/tests/xmlts.zip https://www.w3.org/XML/Test/xmlts20080827.zip
script:
- cd expat
- ./buildconf.sh
- ./qa.sh ${MODE}