ci: Replace TRAVIS_OS_NAME with CI_OS_NAME

Also enable free disk space check unconditionally
This commit is contained in:
MarcoFalke
2020-11-08 11:28:24 +01:00
parent fafce1a13a
commit fa0795f54d
3 changed files with 6 additions and 5 deletions

View File

@@ -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