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 ee351fe commit 4fd1cc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ 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
- cmd: 7z a build.zip %APPVEYOR_BUILD_FOLDER%\build
- cmd: 7z a build-platform.zip %APPVEYOR_BUILD_FOLDER%\contrib\platform\build

artifacts:
- path: build.zip
name: build
name: build
- path: build-platform.zip
name: build-platform

0 comments on commit 4fd1cc2

Please sign in to comment.