mirror of https://github.com/bitcoin/bitcoin.git
ci: set GOAL to `package` for Windows
This commit is contained in:
parent
fb1da00f04
commit
fe2dd036f4
|
@ -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'"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue