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 4fd1cc2 commit b226fa0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,8 @@ for:
build_script:
- cmd: ant -Dos.prefix=win32-%TARGET_ARCH% dist

after_build:
on_failure:
- 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
- path: build-platform.zip
name: build-platform
- cmd: appveyor PushArtifact build.zip
- cmd: appveyor PushArtifact build-platform.zip

0 comments on commit b226fa0

Please sign in to comment.