libexpat/.travis.yml
2017-12-13 15:04:44 +01:00

29 lines
437 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=cmake
- MODE=distcheck
- MODE=lib-coverage
addons:
apt:
sources:
- llvm-toolchain-trusty-4.0
packages:
- clang-4.0
- cmake
- docbook2x
- dos2unix
- rpm
script:
- ./.travis.sh