Skip to content

Commit 5516a43

Browse files
committed
Add multiprocess travis configuration
1 parent 2474a50 commit 5516a43

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,16 @@ jobs:
181181
GOAL="install"
182182
BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++"
183183
184+
- stage: test
185+
name: 'x86_64 Linux [GOAL: install] [bionic] [multiprocess]'
186+
env: >-
187+
HOST=x86_64-unknown-linux-gnu
188+
PACKAGES="cmake python3"
189+
DEP_OPTS="MULTIPROCESS=1"
190+
GOAL="install"
191+
BITCOIN_CONFIG=""
192+
TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
193+
184194
- stage: test
185195
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
186196
env: >-

.travis/test_06_script_b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
1818
BEGIN_FOLD functional-tests
19-
DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
19+
DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib ${TEST_RUNNER_ENV} test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
2020
END_FOLD
2121
fi
2222

0 commit comments

Comments
 (0)