added steps for TravisCI

This commit is contained in:
Phuntsok Drak-pa 2018-04-26 14:40:43 +02:00
parent d97b87884f
commit ba2a076af9
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@ matrix:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make -j
- ../debug/projet_lzw -c -i ../debug/projet_lzw
- script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j
- ../bin/projet_lzw -c -i ../bin/projet_lzw
notifications:
email:
- phundrak@phundrak.fr