2024-03-21 17:33:47 +00:00
|
|
|
version: 1.23.1.{build}
|
2016-10-22 09:22:33 +10:00
|
|
|
|
|
|
|
|
environment:
|
2024-06-30 14:35:57 -05:00
|
|
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
|
|
|
|
GEN: "Visual Studio 17 2022"
|
2016-10-22 09:22:33 +10:00
|
|
|
matrix:
|
2021-01-26 13:01:35 -06:00
|
|
|
- ARCH: Win32
|
2016-10-22 09:22:33 +10:00
|
|
|
CFG: Release
|
2021-01-26 13:01:35 -06:00
|
|
|
- ARCH: x64
|
2016-10-22 09:22:33 +10:00
|
|
|
CFG: Release
|
|
|
|
|
|
2022-05-30 16:32:45 -04:00
|
|
|
after_build:
|
|
|
|
|
- 7z a ..\soft_oal.zip "%APPVEYOR_BUILD_FOLDER%\build\%CFG%\soft_oal.dll" "%APPVEYOR_BUILD_FOLDER%\README.md" "%APPVEYOR_BUILD_FOLDER%\COPYING"
|
|
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
|
- path: soft_oal.zip
|
|
|
|
|
|
2016-10-22 09:22:33 +10:00
|
|
|
build_script:
|
|
|
|
|
- cd build
|
2021-01-26 13:01:35 -06:00
|
|
|
- cmake -G "%GEN%" -A %ARCH% -DALSOFT_BUILD_ROUTER=ON -DALSOFT_REQUIRE_WINMM=ON -DALSOFT_REQUIRE_DSOUND=ON -DALSOFT_REQUIRE_WASAPI=ON -DALSOFT_EMBED_HRTF_DATA=YES ..
|
2016-10-22 09:22:33 +10:00
|
|
|
- cmake --build . --config %CFG% --clean-first
|