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
@ -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…
x
Reference in New Issue
Block a user