ci: set GOAL to `package` for Windows

This commit is contained in:
Daniel Pfeifer 2025-09-22 17:17:14 +02:00
parent fb1da00f04
commit fe2dd036f4
No known key found for this signature in database
GPG Key ID: 04AA0741B1724E04
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@ export HOST=x86_64-w64-mingw32
export PACKAGES="g++-mingw-w64-x86-64-posix nsis"
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"
export GOAL="package"
export BITCOIN_CONFIG="-DREDUCE_EXPORTS=ON -DBUILD_GUI_TESTS=OFF \
-DCMAKE_CXX_FLAGS='-Wno-error=maybe-uninitialized'"

View File

@ -31,7 +31,7 @@ installing the toolchain will be different.
See [README.md](../depends/README.md) in the depends directory for which
dependencies to install and [dependencies.md](dependencies.md) for a complete overview.
If you want to build the Windows installer using the `deploy` build target, you will need [NSIS](https://nsis.sourceforge.io/Main_Page):
If you want to build the Windows installer using the `package` build target, you will need [NSIS](https://nsis.sourceforge.io/Main_Page):
apt install nsis