mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: build export-html on Mac and Linux
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
889cfb8116
commit
dc68c3e7bd
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue