mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
disable tests in Travis again
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
b0041fc301
commit
1773b886e0
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ script:
|
|||
- if [ "$CXX" == "clang++" ];then cmake ../ -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=TRUE -DKATIE_UTILS=ON -Wno-dev ;fi
|
||||
- if [ "$CXX" == "g++" ];then cmake ../ -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=TRUE -DKATIE_UTILS=ON -DKATIE_ALLINONE=ON -Wno-dev ;fi
|
||||
- ninja
|
||||
- if [ "$CXX" == "g++" ];then ninja test ;fi
|
||||
# - if [ "$CXX" == "g++" ];then ninja test ;fi
|
||||
|
|
Loading…
Add table
Reference in a new issue