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
|
@ -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
Add a link
Reference in a new issue