mirror of
https://github.com/RPCS3/hidapi.git
synced 2024-11-26 19:40:35 +00:00
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:
parent
7610829409
commit
ace1e9a2dc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user