forked from mia/Aegisub
Build in debug mode on travis
This commit is contained in:
parent
7dc8dd6075
commit
830b54ec69
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ script:
|
|||
- export CPPFLAGS="-fprofile-arcs -ftest-coverage"
|
||||
- export LIBS="-lgcov"
|
||||
- autoreconf -if
|
||||
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" || cat config.log
|
||||
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
|
||||
- make -j3 all test
|
||||
- coveralls --exclude vendor --exclude tests --exclude src --exclude build --exclude tools
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue