aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_multiprocess.sh
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2019-07-09 14:27:39 -0400
committerRussell Yanofsky <russ@yanofsky.org>2020-04-05 21:48:21 -0400
commitd54f64c6c700be0604190f52c84fc5f1cdd9f02f (patch)
tree6a287929693b624c3071bd9b4d789fd74b8026f3 /ci/test/00_setup_env_native_multiprocess.sh
parent787f40668dc15980c3d6de028d7950c08175d84a (diff)
downloadbitcoin-d54f64c6c700be0604190f52c84fc5f1cdd9f02f.tar.xz
Add multiprocess travis configuration
Diffstat (limited to 'ci/test/00_setup_env_native_multiprocess.sh')
-rw-r--r--ci/test/00_setup_env_native_multiprocess.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_native_multiprocess.sh b/ci/test/00_setup_env_native_multiprocess.sh
new file mode 100644
index 0000000000..0fc989085c
--- /dev/null
+++ b/ci/test/00_setup_env_native_multiprocess.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 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_native_multiprocess
+export PACKAGES="cmake python3"
+export DEP_OPTS="MULTIPROCESS=1"
+export GOAL="install"
+export BITCOIN_CONFIG=""
+export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"