You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cpp-peglib/.travis.yml

21 lines
353 B

language: cpp
matrix:
include:
4 years ago
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
4 years ago
- g++-8
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
4 years ago
before_install:
- eval "${MATRIX_EVAL}"
script:
- mkdir build && cd build
4 years ago
- cmake .. && make && ./test/test-main