mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
test all-in-one and regular build in Travis
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
6f27064f55
commit
6724731ca8
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ before_script:
|
|||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3
|
||||
script:
|
||||
- cmake -DENABLE_TESTING=TRUE -DKATIE_ALLINONE=ON -Wno-dev -DMYSQL_LIBRARIES:STRING="-lmysqld -lcrypt -laio"
|
||||
- if [ "$CXX" = "clang++" ];then cmake -DENABLE_TESTING=TRUE -Wno-dev -DMYSQL_LIBRARIES:STRING="-lmysqld -lcrypt -laio" ;fi
|
||||
- if [ "$CXX" = "g++" ];then cmake -DENABLE_TESTING=TRUE -DKATIE_ALLINONE=ON -Wno-dev -DMYSQL_LIBRARIES:STRING="-lmysqld -lcrypt -laio" ;fi
|
||||
- make
|
||||
# the tests/benchmarks take more then 1-hour and Travis times out
|
||||
# - ctest -V
|
||||
|
|
Loading…
Add table
Reference in a new issue