updated travis
This commit is contained in:
parent
a60f4ac045
commit
1c1de59c0a
@ -10,12 +10,10 @@ 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user