Autobuild a zip for windows with a bundled exe and jre.

This commit is contained in:
ceikry 2021-07-26 16:32:08 -05:00
parent b649477898
commit 744bcfcf42
2 changed files with 32 additions and 1 deletions

View file

@ -18,9 +18,12 @@ build:
script:
- ./gradlew jar
- mv build/libs/*.jar build/libs/2009scape.jar
- ./gradlew packageExecutableDistribution
- mv build/distExecutable/*.zip build/libs/2009scape.zip
artifacts:
paths:
- build/libs/*.jar
- build/libs/*.zip
expire_in: 1 week
only:
- master