mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 05:45:05 +01:00
cirrus: Enable tests on windows
This commit is contained in:
parent
fadecbd9a4
commit
fa0c194db3
@ -1,6 +1,4 @@
|
|||||||
### Global defaults
|
env: # Global defaults
|
||||||
|
|
||||||
env:
|
|
||||||
PACKAGE_MANAGER_INSTALL: "apt-get update && apt-get install -y"
|
PACKAGE_MANAGER_INSTALL: "apt-get update && apt-get install -y"
|
||||||
MAKEJOBS: "-j4"
|
MAKEJOBS: "-j4"
|
||||||
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
|
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:
|
|||||||
folder: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives'
|
folder: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives'
|
||||||
install_python_script:
|
install_python_script:
|
||||||
- choco install --yes --no-progress python3 --version=3.9.6
|
- choco install --yes --no-progress python3 --version=3.9.6
|
||||||
|
- pip install zmq
|
||||||
- python -VV
|
- python -VV
|
||||||
install_vcpkg_script:
|
install_vcpkg_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -149,6 +148,8 @@ task:
|
|||||||
- src\bench_bitcoin.exe > NUL
|
- src\bench_bitcoin.exe > NUL
|
||||||
- python test\util\test_runner.py
|
- python test\util\test_runner.py
|
||||||
- python test\util\rpcauth-test.py
|
- python test\util\rpcauth-test.py
|
||||||
|
functional_tests_script:
|
||||||
|
- 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
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'ARM [unit tests, no functional tests] [buster]'
|
name: 'ARM [unit tests, no functional tests] [buster]'
|
||||||
|
Loading…
Reference in New Issue
Block a user