mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
ci: Add deploy
target for native macOS CI job
This commit is contained in:
parent
fad57e9e0f
commit
84de8c93e7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
|
||||||
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
|
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
|
||||||
# Therefore, `--break-system-packages` is needed.
|
# Therefore, `--break-system-packages` is needed.
|
||||||
export PIP_PACKAGES="--break-system-packages zmq"
|
export PIP_PACKAGES="--break-system-packages zmq"
|
||||||
export GOAL="install"
|
export GOAL="install deploy"
|
||||||
export CMAKE_GENERATOR="Ninja"
|
export CMAKE_GENERATOR="Ninja"
|
||||||
export BITCOIN_CONFIG="-DBUILD_GUI=ON -DWITH_ZMQ=ON -DREDUCE_EXPORTS=ON"
|
export BITCOIN_CONFIG="-DBUILD_GUI=ON -DWITH_ZMQ=ON -DREDUCE_EXPORTS=ON"
|
||||||
export CI_OS_NAME="macos"
|
export CI_OS_NAME="macos"
|
||||||
|
|
Loading…
Add table
Reference in a new issue