mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
3d980d4a64
fa23fbb42fa710e6be405596e2abfc3a289d020d ci: Run all tests on native mac again (MarcoFalke) Pull request description: They should pass again after f6072e601af68f3eee307478ad22ff3960680656 ACKs for top commit: practicalswift: ACK fa23fbb42fa710e6be405596e2abfc3a289d020d -- Travis is happy and so am I Tree-SHA512: 49c16b6056d4e67d12a202744e1c56fee2788830213fe4a195955ad44c6b8ecce768a591463ffa0048821959a75b6fad4178629a8866c4a26799c4c8c13e933d
18 lines
539 B
Bash
Executable File
18 lines
539 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Copyright (c) 2019-2020 The Bitcoin Core developers
|
|
# Distributed under the MIT software license, see the accompanying
|
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
export LC_ALL=C.UTF-8
|
|
|
|
export CONTAINER_NAME=ci_macos
|
|
export HOST=x86_64-apple-darwin
|
|
export PIP_PACKAGES="zmq lief"
|
|
export RUN_SECURITY_TESTS="true"
|
|
export GOAL="install"
|
|
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --disable-miner --enable-werror"
|
|
# Run without depends
|
|
export NO_DEPENDS=1
|
|
export OSX_SDK=""
|