From 1016c44c2cf0bd48b7817a53c1b9955597040f4d Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 2 Dec 2022 23:24:04 +0000 Subject: [PATCH] CI: stop testing on 32bit cygwin --- .appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e5dd40a4..3fabe3e4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,12 +4,8 @@ # TODO: test msvc version: 0.0.0.0.1-branch-{branch}-build-{build} clone_depth: 10 -environment: - matrix: - - cygwin_url: https://cygwin.com/setup-x86_64.exe - - cygwin_url: https://cygwin.com/setup-x86.exe install: - - ps: Invoke-WebRequest $env:cygwin_url -OutFile c:\cygwin-setup.exe + - ps: Invoke-WebRequest https://cygwin.com/setup-x86_64.exe -OutFile c:\cygwin-setup.exe # libcrypt-devel is needed only on x86_64 and only for modperl... probably some dependency problem. - c:\cygwin-setup.exe --quiet-mode --no-shortcuts --no-startmenu --no-desktop --upgrade-also --only-site --site http://cygwin.mirror.constant.com/ --root c:\cygwin-root --local-package-dir c:\cygwin-setup-cache --packages gcc-g++,make,pkg-config,wget,libssl-devel,libicu-devel,zlib-devel,libcrypt-devel,perl,python3-devel,swig,libsasl2-devel,libQt5Core-devel,cmake,libboost-devel,gettext-devel - c:\cygwin-root\bin\sh -lc "echo Hi"