Skip to content

Commit fa0c194

Browse files
author
MarcoFalke
committed
cirrus: Enable tests on windows
1 parent fadecbd commit fa0c194

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.cirrus.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
### Global defaults
2-
3-
env:
1+
env: # Global defaults
42
PACKAGE_MANAGER_INSTALL: "apt-get update && apt-get install -y"
53
MAKEJOBS: "-j4"
64
TEST_RUNNER_PORT_MIN: "14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
@@ -130,6 +128,7 @@ task:
130128
folder: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives'
131129
install_python_script:
132130
- choco install --yes --no-progress python3 --version=3.9.6
131+
- pip install zmq
133132
- python -VV
134133
install_vcpkg_script:
135134
- cd ..
@@ -149,6 +148,8 @@ task:
149148
- src\bench_bitcoin.exe > NUL
150149
- python test\util\test_runner.py
151150
- python test\util\rpcauth-test.py
151+
functional_tests_script:
152+
- python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 rpc_help feature_config_args rpc_signer feature_presegwit_node_upgrade "tool_wallet.py --descriptors" --failfast # TODO enable '--extended' and remove cherry-picked test list
152153

153154
task:
154155
name: 'ARM [unit tests, no functional tests] [buster]'

0 commit comments

Comments
 (0)