Ensure tests are built prior to testing

pull/95/head
Jacob Torrey 8 years ago committed by Jacob Torrey
parent fe4992b1dc
commit 14915c24d7

@ -38,7 +38,7 @@ matrix:
install:
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
script:
- make debug
- make debug-all
- make debug-test
after_success:
- coveralls --exclude external --exclude tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp'

Loading…
Cancel
Save