Files
adventofcode/.travis.yml

16 lines
179 B
YAML

language: cpp
dist: bionic
compiler:
- clang
- gcc
# Custom directory, for the correct year
before_script:
- cd 2019
# CMake build
script:
- cmake .
- make