lzw-assignment/.travis.yml

28 lines
410 B
YAML
Raw Normal View History

2018-04-06 01:20:35 +00:00
matrix:
include:
- language: cpp
dist: trusty
compiler:
2018-04-06 01:24:12 +00:00
- clang
2018-04-06 01:20:35 +00:00
os:
2018-04-06 01:24:12 +00:00
- linux
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make
2018-04-06 01:20:35 +00:00
- language: cpp
dist: trusty
compiler:
- clang
os:
- linux
# ruby: 2.2.0
2018-04-06 01:24:12 +00:00
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
notifications:
email:
- phundrak@phundrak.fr