aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_mac_host.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-08 11:28:24 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-09 10:15:48 +0100
commitfa0795f54dc5268bacc6acdfdbe23f9952a0e7d8 (patch)
tree56d37a64d138ef108768b7d8e9ac0545834a800c /ci/test/00_setup_env_mac_host.sh
parentfafce1a13a65cc3ae0cd5351648bb0290f9bfe8c (diff)
downloadbitcoin-fa0795f54dc5268bacc6acdfdbe23f9952a0e7d8.tar.xz
ci: Replace TRAVIS_OS_NAME with CI_OS_NAME
Also enable free disk space check unconditionally
Diffstat (limited to 'ci/test/00_setup_env_mac_host.sh')
-rw-r--r--ci/test/00_setup_env_mac_host.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh
index 45bf55ec57..a2e3af887c 100644
--- a/ci/test/00_setup_env_mac_host.sh
+++ b/ci/test/00_setup_env_mac_host.sh
@@ -10,6 +10,7 @@ export HOST=x86_64-apple-darwin16
export PIP_PACKAGES="zmq"
export GOAL="install"
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror --with-boost-process"
+export CI_OS_NAME="macos"
export NO_DEPENDS=1
export OSX_SDK=""
export CCACHE_SIZE=300M