diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-09 11:53:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-09 19:52:14 -0700 |
commit | dc68c3e7bda69aa2d872e4f76c33687ec84eea3a (patch) | |
tree | 8a71fba9f4bc7b72ff6b9a05547f7718df580b3b /scripts/linux/travisbuild.sh | |
parent | 889cfb8116fcea67e4ec5aefac38b7d2d312b2ed (diff) | |
download | subsurface-dc68c3e7bda69aa2d872e4f76c33687ec84eea3a.tar.gz |
Travis: build export-html on Mac and Linux
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux/travisbuild.sh')
-rw-r--r-- | scripts/linux/travisbuild.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh index 6217ed574..906d0efd7 100644 --- a/scripts/linux/travisbuild.sh +++ b/scripts/linux/travisbuild.sh @@ -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 |