mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
appveyor: Disable functional tests for now
Also add a draft for a Windows build on cirrus. The draft can be finished later.
This commit is contained in:
parent
6110ae8326
commit
fa50d11dd1
2 changed files with 19 additions and 1 deletions
|
@ -86,7 +86,10 @@ test_script:
|
||||||
- ps: python test\util\bitcoin-util-test.py
|
- ps: python test\util\bitcoin-util-test.py
|
||||||
- cmd: python test\util\rpcauth-test.py
|
- cmd: python test\util\rpcauth-test.py
|
||||||
# Fee estimation test failing on appveyor with: WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
|
# Fee estimation test failing on appveyor with: WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
|
||||||
- cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation
|
# functional tests disabled for now. See
|
||||||
|
# https://github.com/bitcoin/bitcoin/pull/18626#issuecomment-613396202
|
||||||
|
# https://github.com/bitcoin/bitcoin/issues/18623
|
||||||
|
# - cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation
|
||||||
artifacts:
|
artifacts:
|
||||||
#- path: bitcoin-%APPVEYOR_BUILD_VERSION%.zip
|
#- path: bitcoin-%APPVEYOR_BUILD_VERSION%.zip
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
15
.cirrus.yml
15
.cirrus.yml
|
@ -28,6 +28,21 @@ task:
|
||||||
- gmake check ${MAKEJOBS} VERBOSE=1
|
- gmake check ${MAKEJOBS} VERBOSE=1
|
||||||
functional_test_script:
|
functional_test_script:
|
||||||
- ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast
|
- ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast
|
||||||
|
#task:
|
||||||
|
# name: "Windows"
|
||||||
|
# windows_container:
|
||||||
|
# image: cirrusci/windowsservercore:2019
|
||||||
|
# env:
|
||||||
|
# CIRRUS_SHELL: powershell
|
||||||
|
# PATH: 'C:\Python37;C:\Python37\Scripts;%PATH%'
|
||||||
|
# PYTHONUTF8: 1
|
||||||
|
# QT_DOWNLOAD_URL: 'https://github.com/sipsorcery/qt_win_binary/releases/download/v1.6/Qt5.9.8_x64_static_vs2019.zip'
|
||||||
|
# QT_DOWNLOAD_HASH: '9a8c6eb20967873785057fdcd329a657c7f922b0af08c5fde105cc597dd37e21'
|
||||||
|
# QT_LOCAL_PATH: 'C:\Qt5.9.8_x64_static_vs2019'
|
||||||
|
# VCPKG_INSTALL_PATH: 'C:\tools\vcpkg\installed'
|
||||||
|
# VCPKG_COMMIT_ID: 'ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74'
|
||||||
|
# install_script:
|
||||||
|
# - choco install python --version=3.7.7 -y
|
||||||
task:
|
task:
|
||||||
name: "x86_64 Linux [GOAL: install] [bionic] [Using ./ci/ system]"
|
name: "x86_64 Linux [GOAL: install] [bionic] [Using ./ci/ system]"
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Add table
Reference in a new issue