blob: 6dd84934fa14fcc7b47c1566cd86c738912236f2 [file] [log] [blame]
# 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:
sources:
- llvm-toolchain-trusty-4.0
packages:
- clang-4.0
- docbook2x
- dos2unix
script:
- cd expat
- ./buildconf.sh
- ./qa.sh ${MODE}