🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
657 B

  1. version: 1.22.2.{build}
  2. environment:
  3. APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
  4. GEN: "Visual Studio 15 2017"
  5. matrix:
  6. - ARCH: Win32
  7. CFG: Release
  8. - ARCH: x64
  9. CFG: Release
  10. after_build:
  11. - 7z a ..\soft_oal.zip "%APPVEYOR_BUILD_FOLDER%\build\%CFG%\soft_oal.dll" "%APPVEYOR_BUILD_FOLDER%\README.md" "%APPVEYOR_BUILD_FOLDER%\COPYING"
  12. artifacts:
  13. - path: soft_oal.zip
  14. build_script:
  15. - cd build
  16. - 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 ..
  17. - cmake --build . --config %CFG% --clean-first