lzw-assignment/.travis.yml

9 lines
133 B
YAML
Raw Normal View History

2018-04-06 00:24:52 +00:00
language: cpp
dist: trusty
2018-04-06 00:20:51 +00:00
compiler:
2018-04-06 00:24:52 +00:00
- clang
os:
- linux
ruby: 2.2.0
2018-04-06 00:28:01 +00:00
script: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make