mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
more macOS build fixes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b070b32e93
commit
3a98b8a722
3 changed files with 11 additions and 3 deletions
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
|
@ -48,7 +48,9 @@ jobs:
|
|||
run: |
|
||||
# build export-html to make sure that didn't get broken
|
||||
cd ${GITHUB_WORKSPACE}/build
|
||||
make export-html
|
||||
cmake -DMAKE_TESTS=ON
|
||||
make -j
|
||||
make -j export-html
|
||||
echo "------------------------------------"
|
||||
echo "run tests for desktop build"
|
||||
export QT_ROOT=${GITHUB_WORKSPACE}/Qt/5.13.0/clang_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue