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 - cd build
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- make -j - make -j
- ../debug/projet_lzw -c -i ../debug/projet_lzw
- script: - script:
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Release .. - cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j - make -j
- ../bin/projet_lzw -c -i ../bin/projet_lzw
notifications: notifications:
email: email:
- phundrak@phundrak.fr - phundrak@phundrak.fr