aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mac/travisbuild.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-09 11:53:22 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-09 19:52:14 -0700
commitdc68c3e7bda69aa2d872e4f76c33687ec84eea3a (patch)
tree8a71fba9f4bc7b72ff6b9a05547f7718df580b3b /scripts/mac/travisbuild.sh
parent889cfb8116fcea67e4ec5aefac38b7d2d312b2ed (diff)
downloadsubsurface-dc68c3e7bda69aa2d872e4f76c33687ec84eea3a.tar.gz
Travis: build export-html on Mac and Linux
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mac/travisbuild.sh')
-rw-r--r--scripts/mac/travisbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mac/travisbuild.sh b/scripts/mac/travisbuild.sh
index 5aabd022a..1b4d3c1c5 100644
--- a/scripts/mac/travisbuild.sh
+++ b/scripts/mac/travisbuild.sh
@@ -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