libexpat/.travis.yml

25 lines
405 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:
- CPPFLAGS='-DXML_POOR_ENTROPY' # bad idea, do not copy!
- CFLAGS='-g -pipe'
matrix:
- MODE=address
- MODE=lib-coverage
2017-03-13 13:23:54 -04:00
addons:
apt:
packages:
- docbook2x
2017-06-28 14:09:28 -04:00
- dos2unix
2017-03-13 13:23:54 -04:00
script:
- cd expat
- ./buildconf.sh
- ./qa.sh ${MODE}