language: generic os: linux matrix: include: - os: linux env: COMPILER_NAME=gcc CXX=g++-5 CC=gcc-5 addons: apt: packages: - g++-5 sources: &sources - llvm-toolchain-precise-3.8 - ubuntu-toolchain-r-test script: cat /proc/sys/kernel/core_pattern && cmake -DCMAKE_BUILD_TYPE=Release && make VERBOSE=1 && make VERBOSE=1 test