lzw-assignment/.travis.yml

23 lines
343 B
YAML
Raw Normal View History

2018-04-08 13:13:40 +00:00
sudo: false
2018-04-06 02:15:11 +00:00
language: cpp
2018-04-08 14:01:20 +00:00
compiler: clang
os: linux
dist: trusty
2018-04-08 13:13:40 +00:00
matrix:
2018-04-08 13:16:22 +00:00
include:
2018-04-08 14:01:20 +00:00
- script:
2018-04-08 13:16:22 +00:00
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make -j
2018-04-08 14:01:20 +00:00
- script:
2018-04-08 13:16:22 +00:00
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j
2018-04-06 01:24:12 +00:00
2018-04-08 13:37:20 +00:00
2018-04-08 13:57:12 +00:00
2018-04-06 01:24:12 +00:00
notifications:
2018-04-06 02:15:11 +00:00
email:
- phundrak@phundrak.fr