Skip to content

Commit

Permalink
Try to package a build artifact for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Mar 1, 2020
1 parent 307fd85 commit e279ad2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GEN: "Visual Studio 15 2017"
ARCH: x64
ARCH: Win32
CFG: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GEN: "Visual Studio 15 2017"
ARCH: Win32
ARCH: x64
CFG: Release

install:
# Remove the VS Xamarin targets to reduce AppVeyor specific noise in build
# logs. See: http://help.appveyor.com/discussions/problems/4569
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
after_build:
- 7z a ..\dsoal.zip "%APPVEYOR_BUILD_FOLDER%\build\%CONFIG%\dsound.dll" "%APPVEYOR_BUILD_FOLDER%\readme.txt" "%APPVEYOR_BUILD_FOLDER%\LICENSE"

artifacts:
- path: dsoal.zip

build_script:
- cmd: |
Expand Down

0 comments on commit e279ad2

Please sign in to comment.