Skip to content

Commit ace1e9a

Browse files
authored
Fix Cygwin Appveyor build (signal11#423)
- run Cygwin on a newer environment; - keep MSVC running on VS 2015, just to cover automated testing of it; Fixes: signal11#419
1 parent 7610829 commit ace1e9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
os: Visual Studio 2015
2-
31
environment:
42
matrix:
53
- BUILD_ENV: msbuild
@@ -14,6 +12,8 @@ for:
1412
only:
1513
- BUILD_ENV: msbuild
1614

15+
os: Visual Studio 2015
16+
1717
build_script:
1818
- cmd: msbuild .\windows\hidapi.sln /p:Configuration=Release /p:Platform=%arch% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
1919

@@ -22,6 +22,8 @@ for:
2222
only:
2323
- BUILD_ENV: cygwin
2424

25+
os: Visual Studio 2022
26+
2527
install:
2628
- cmd: C:\cygwin64\setup-x86_64.exe --quiet-mode --no-shortcuts --upgrade-also --packages autoconf,automake
2729

0 commit comments

Comments
 (0)