File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,16 @@ jobs:
181
181
GOAL="install"
182
182
BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++"
183
183
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
+
184
194
- stage : test
185
195
name : ' x86_64 Linux [GOAL: install] [bionic] [no wallet]'
186
196
env : >-
Original file line number Diff line number Diff line change 16
16
17
17
if [ " $RUN_FUNCTIONAL_TESTS " = " true" ]; then
18
18
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
20
20
END_FOLD
21
21
fi
22
22
You can’t perform that action at this time.
0 commit comments