Leave an artifact on AppVeyor for a DLL build

This commit is contained in:
Chris Robinson 2021-05-21 19:07:16 -07:00
parent 8d868ff33f
commit 62e6ce6d73

View File

@ -9,6 +9,12 @@ environment:
- ARCH: x64
CFG: Release
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
build_script:
- cd build
- 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 ..