Fix Cygwin Appveyor build (#423)

- run Cygwin on a newer environment;
- keep MSVC running on VS 2015, just to cover automated testing of it;

Fixes: #419
This commit is contained in:
Ihor Dutchak 2022-05-31 13:16:03 +03:00 committed by GitHub
parent 7610829409
commit ace1e9a2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
os: Visual Studio 2015
environment:
matrix:
- BUILD_ENV: msbuild
@ -14,6 +12,8 @@ for:
only:
- BUILD_ENV: msbuild
os: Visual Studio 2015
build_script:
- cmd: msbuild .\windows\hidapi.sln /p:Configuration=Release /p:Platform=%arch% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
@ -22,6 +22,8 @@ for:
only:
- BUILD_ENV: cygwin
os: Visual Studio 2022
install:
- cmd: C:\cygwin64\setup-x86_64.exe --quiet-mode --no-shortcuts --upgrade-also --packages autoconf,automake