No install

This commit is contained in:
Johannes Frohnmeyer 2023-05-05 23:38:44 +02:00
parent 71e784fdff
commit d1c6b746f0
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ pipeline:
- mv version.json public/
build_platform_jars:
image: git.frohnmeyer-wds.de/johannes/ci-wine
pull: true
commands:
- ./platform_jars.sh
- mv launcher-dist/build/jpackage/*.deb public/inceptum.deb

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -xe
pacman -S dpkg fakeroot
gradle --build-cache :launcher-dist:build -Pflavor=fat -Ppublic -Ptimestamp=${CI_PIPELINE_STARTED}
gradle --build-cache :launcher-dist:build :launcher-dist:jpackage -Pflavor=windows -Ppublic -Pcrosscompile -Ptimestamp=${CI_PIPELINE_STARTED}
gradle --build-cache :launcher-dist:build :launcher-dist:jpackage -Pflavor=linux -Ppublic -Ptimestamp=${CI_PIPELINE_STARTED}