aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-05-21 19:07:16 -0700
committerChris Robinson <[email protected]>2021-05-21 19:08:34 -0700
commit62e6ce6d7322bc83ba3150316d9c921f5fadbb99 (patch)
treecff86f29c17fb699dad2cbdae7c36482286d1530
parent8d868ff33f1c7ddf4c24e40215731a6d0721d182 (diff)
Leave an artifact on AppVeyor for a DLL build
-rw-r--r--appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 96082741..2183b7b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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 ..