We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7610829 commit ace1e9aCopy full SHA for ace1e9a
.appveyor.yml
@@ -1,5 +1,3 @@
1
-os: Visual Studio 2015
2
-
3
environment:
4
matrix:
5
- BUILD_ENV: msbuild
@@ -14,6 +12,8 @@ for:
14
12
only:
15
13
16
+ os: Visual Studio 2015
+
17
build_script:
18
- cmd: msbuild .\windows\hidapi.sln /p:Configuration=Release /p:Platform=%arch% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
19
@@ -22,6 +22,8 @@ for:
22
23
- BUILD_ENV: cygwin
24
25
+ os: Visual Studio 2022
26
27
install:
28
- cmd: C:\cygwin64\setup-x86_64.exe --quiet-mode --no-shortcuts --upgrade-also --packages autoconf,automake
29
0 commit comments