Merge pull request #2759 from CoreyJ87/patch-1

Always build stonesense
develop
Myk 2023-02-03 10:28:19 -08:00 committed by GitHub
commit 9db9d06867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -145,7 +145,7 @@ jobs:
- name: Cross-compile win64 artifacts
run: |
cd build
bash -x build-win64-from-linux.sh
env EXTRA_CMAKE_ARGS="-DBUILD_STONESENSE:BOOL=1" bash -x build-win64-from-linux.sh
- name: Format artifact name
id: artifactname
run: |

@ -43,7 +43,7 @@ if ! docker run --rm -i -v "$srcdir":/src -v "$srcdir/build/win64-cross/":/src/b
-e CCACHE_DIR=/src/build/ccache \
--name dfhack-win \
ghcr.io/dfhack/build-env:msvc \
bash -c "cd /src/build && dfhack-configure windows 64 Release -DCMAKE_INSTALL_PREFIX=/src/build/output cmake .. -DBUILD_DOCS=1 && dfhack-make -j$jobs install" \
bash -c "cd /src/build && dfhack-configure windows 64 Release -DCMAKE_INSTALL_PREFIX=/src/build/output cmake .. -DBUILD_DOCS=1 ${EXTRA_CMAKE_ARGS} && dfhack-make -j$jobs install" \
; then
echo
echo "Build failed"