We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deploy
1 parent fad57e9 commit 84de8c9Copy full SHA for 84de8c9
ci/test/00_setup_env_mac_native.sh
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
10
# Therefore, `--break-system-packages` is needed.
11
export PIP_PACKAGES="--break-system-packages zmq"
12
-export GOAL="install"
+export GOAL="install deploy"
13
export CMAKE_GENERATOR="Ninja"
14
export BITCOIN_CONFIG="-DBUILD_GUI=ON -DWITH_ZMQ=ON -DREDUCE_EXPORTS=ON"
15
export CI_OS_NAME="macos"
0 commit comments