lzw-assignment/.travis.yml

15 lines
181 B
YAML
Raw Normal View History

2018-04-06 02:15:11 +00:00
language: cpp
dist: trusty
compiler:
- clang
os:
- linux
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make
2018-04-06 01:24:12 +00:00
notifications:
2018-04-06 02:15:11 +00:00
email:
- phundrak@phundrak.fr