# Copyright (C) 2017 Sebastian Pipping # Licensed under the MIT license language: cpp dist: trusty env: global: - CFLAGS='-g -pipe' matrix: - MODE=address - MODE=cmake - MODE=cmake-oos - MODE=distcheck - MODE=lib-coverage addons: apt: sources: - llvm-toolchain-trusty-4.0 packages: - clang-4.0 - cmake - docbook2x - dos2unix - rpm script: - ./.travis.sh