Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Mar 17, 2024
1 parent 3065af0 commit b0adeab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ for:

build_script:
- cmd: ant -Dos.prefix=win32-%TARGET_ARCH% dist

after_build:
- cmd: 7z a build.zip %APPVEYOR_BUILD_FOLDER%\build %APPVEYOR_BUILD_FOLDER%\contrib\platform\build
- artifacts:
- path: build.zip
name: build

0 comments on commit b0adeab

Please sign in to comment.