ci: Remove Windows tasks from Cirrus CI

This commit is contained in:
Hennadii Stepanov 2023-08-17 21:44:24 +01:00
parent 2b6f9cd546
commit d6281dd008
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -187,27 +187,6 @@ task:
- ./ci/cirrus.sh
<< : *CAT_LOGS
task:
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: wine
WITH_VALGRIND: no
ECDH: yes
RECOVERY: yes
SCHNORRSIG: yes
ELLSWIFT: yes
CTIMETESTS: no
matrix:
- name: "x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
env:
HOST: x86_64-w64-mingw32
- name: "i686 (mingw32-w64): Windows (Debian stable, Wine)"
env:
HOST: i686-w64-mingw32
test_script:
- ./ci/cirrus.sh
<< : *CAT_LOGS
# Sanitizers
task:
<< : *LINUX_CONTAINER