Skip to content

Commit 8c71cfc

Browse files
authored
Update build-skiptests.yml, add Linux jpackage
1 parent 5ba3e30 commit 8c71cfc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build-skiptests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,16 @@ jobs:
2525
path: |
2626
RMBTClient/build/libs/*-all.jar
2727
retention-days: 365
28+
- name: Build jpackage
29+
run: |
30+
cd RMBTClient/build/
31+
ls *
32+
jpackage --input libs --name "RTR-Netztest" --main-jar RMBTClient-all.jar --main-class at.rtr.rmbt.client.RMBTClientRunner --type app-image --app-version "1.0.19" --vendor "RTR" --verbose --arguments --log --description ".desc"
33+
ls *
34+
- name: Archive files tar
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: outputs-linux-x64
38+
path: |
39+
RMBTClient/build/RTR-Netztest/*
40+
retention-days: 365

0 commit comments

Comments
 (0)