Skip to content

Commit

Permalink
Check jpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Dec 26, 2024
1 parent 0baef88 commit b20de31
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,21 @@ jobs:
run: |
choco uninstall innosetup
choco install innosetup --version=5.6.1
- name: Build insight dmg
if: startsWith(matrix.os, 'macos')
shell: cmd
run: |
jpackage --version
- name: Build insight exe
if: startsWith(matrix.os, 'windows') && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
if: startsWith(matrix.os, 'windows')
shell: cmd
run: |
jpackage --version
- name: Build insight exe
if: startsWith(matrix.os, 'ubuntu')
shell: cmd
run: |
gradle packageApplicationExe
jpackage --version
- name: Build importer exe
if: startsWith(matrix.os, 'windows') && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
shell: cmd
Expand Down

0 comments on commit b20de31

Please sign in to comment.