blob: 547b8f870a9ac684c2f9c03589349e01bb9a638b [file] [log] [blame]
# Copyright (C) 2017 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license
language: cpp
dist: trusty
env:
global:
- CPPFLAGS='-DXML_POOR_ENTROPY' # bad idea, do not copy!
- CFLAGS='-g -pipe'
matrix:
- MODE=address
- MODE=lib-coverage
addons:
apt:
sources:
- llvm-toolchain-trusty-4.0
packages:
- clang-4.0
- docbook2x
- dos2unix
script:
- cd expat
- ./buildconf.sh
- ./qa.sh ${MODE}