Travis: build export-html on Mac and Linux

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-09-09 11:53:22 -07:00
parent 889cfb8116
commit dc68c3e7bd
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,9 @@ export QT_DEBUG_PLUGINS=1
# for debugging: find $QT_ROOT/plugins
# build export-html to make sure that didn't get broken
make -C subsurface/build export-html
env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build check
ls -lR subsurface/build | grep LastTest.log
grep -A1 RESULT\ :\ TestParsePerformance subsurface/build/tests/Testing/Temporary/LastTest.log

View file

@ -19,6 +19,9 @@ bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit -release
cd ${TRAVIS_BUILD_DIR}/build
# build export-html to make sure that didn't get broken
make export-html
# first build and install Subsurface and then clean up the staging area
LIBRARY_PATH=${DIR}/install-root/lib make -j2 install