Files
kraken/.travis.yml

17 lines
198 B
YAML
Raw Normal View History

2017-10-04 17:43:10 -07:00
language: cpp
compiler: clang
2017-10-04 17:55:09 -07:00
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libc++-dev
2017-10-04 17:43:10 -07:00
# Build steps
script:
- mkdir build
- cd build
- cmake .. && make