Skip to content

Commit fa50d11

Browse files
author
MarcoFalke
committed
appveyor: Disable functional tests for now
Also add a draft for a Windows build on cirrus. The draft can be finished later.
1 parent 6110ae8 commit fa50d11

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ test_script:
8686
- ps: python test\util\bitcoin-util-test.py
8787
- cmd: python test\util\rpcauth-test.py
8888
# Fee estimation test failing on appveyor with: WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
89-
- cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation
89+
# functional tests disabled for now. See
90+
# https://github.com/bitcoin/bitcoin/pull/18626#issuecomment-613396202
91+
# https://github.com/bitcoin/bitcoin/issues/18623
92+
# - cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation
9093
artifacts:
9194
#- path: bitcoin-%APPVEYOR_BUILD_VERSION%.zip
9295
deploy: off

.cirrus.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@ task:
2828
- gmake check ${MAKEJOBS} VERBOSE=1
2929
functional_test_script:
3030
- ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast
31+
#task:
32+
# name: "Windows"
33+
# windows_container:
34+
# image: cirrusci/windowsservercore:2019
35+
# env:
36+
# CIRRUS_SHELL: powershell
37+
# PATH: 'C:\Python37;C:\Python37\Scripts;%PATH%'
38+
# PYTHONUTF8: 1
39+
# QT_DOWNLOAD_URL: 'https://github.com/sipsorcery/qt_win_binary/releases/download/v1.6/Qt5.9.8_x64_static_vs2019.zip'
40+
# QT_DOWNLOAD_HASH: '9a8c6eb20967873785057fdcd329a657c7f922b0af08c5fde105cc597dd37e21'
41+
# QT_LOCAL_PATH: 'C:\Qt5.9.8_x64_static_vs2019'
42+
# VCPKG_INSTALL_PATH: 'C:\tools\vcpkg\installed'
43+
# VCPKG_COMMIT_ID: 'ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74'
44+
# install_script:
45+
# - choco install python --version=3.7.7 -y
3146
task:
3247
name: "x86_64 Linux [GOAL: install] [bionic] [Using ./ci/ system]"
3348
container:

0 commit comments

Comments
 (0)