2019-07-17 17:14:38 +00:00
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- BUILD_ENV: msbuild
|
|
|
|
arch: x64
|
|
|
|
- BUILD_ENV: msbuild
|
|
|
|
arch: Win32
|
|
|
|
- BUILD_ENV: cygwin
|
|
|
|
|
2022-05-08 16:59:39 +00:00
|
|
|
for:
|
|
|
|
-
|
|
|
|
matrix:
|
|
|
|
only:
|
|
|
|
- BUILD_ENV: msbuild
|
2019-07-17 17:14:38 +00:00
|
|
|
|
2022-05-31 10:16:03 +00:00
|
|
|
os: Visual Studio 2015
|
|
|
|
|
2022-05-08 16:59:39 +00:00
|
|
|
build_script:
|
|
|
|
- cmd: msbuild .\windows\hidapi.sln /p:Configuration=Release /p:Platform=%arch% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
2019-07-17 17:14:38 +00:00
|
|
|
|
2022-05-08 16:59:39 +00:00
|
|
|
-
|
|
|
|
matrix:
|
|
|
|
only:
|
|
|
|
- BUILD_ENV: cygwin
|
|
|
|
|
2022-05-31 10:16:03 +00:00
|
|
|
os: Visual Studio 2022
|
|
|
|
|
2022-05-08 16:59:39 +00:00
|
|
|
install:
|
|
|
|
- cmd: C:\cygwin64\setup-x86_64.exe --quiet-mode --no-shortcuts --upgrade-also --packages autoconf,automake
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- cmd: C:\cygwin64\bin\bash -exlc "cd $APPVEYOR_BUILD_FOLDER; ./bootstrap; ./configure; make"
|