Use release builds for JUI

This commit is contained in:
Syer10
2023-02-12 18:19:35 -05:00
parent 77ea77fa5d
commit 96e984208e
3 changed files with 9 additions and 8 deletions

View File

@@ -20,28 +20,28 @@ jobs:
arch: x64 arch: x64
os: ubuntu-latest os: ubuntu-latest
shell: bash shell: bash
build: packageUberJarForCurrentOS packageDeb build: packageReleaseUberJarForCurrentOS packageDeb
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh
- runtime: linux-fedora-x64 - runtime: linux-fedora-x64
arch: x64 arch: x64
os: ubuntu-latest os: ubuntu-latest
shell: bash shell: bash
build: packageRpm build: packageReleaseRpm
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh
- runtime: osx-x64 - runtime: osx-x64
arch: x64 arch: x64
os: macOS-latest os: macOS-latest
shell: bash shell: bash
build: packageUberJarForCurrentOS packageDmg notarizeDmg build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh
- runtime: win-x64 - runtime: win-x64
arch: x64 arch: x64
os: windows-latest os: windows-latest
shell: powershell shell: powershell
build: packageUberJarForCurrentOS packageMsi build: packageReleaseUberJarForCurrentOS packageReleaseMsi
setupCl: ./scripts/SetupClWindows.ps1 setupCl: ./scripts/SetupClWindows.ps1
- runtime: android - runtime: android

View File

@@ -20,28 +20,28 @@ jobs:
arch: x64 arch: x64
os: ubuntu-latest os: ubuntu-latest
shell: bash shell: bash
build: packageUberJarForCurrentOS packageDeb build: packageReleaseUberJarForCurrentOS packageReleaseDeb
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh
- runtime: linux-fedora-x64 - runtime: linux-fedora-x64
arch: x64 arch: x64
os: ubuntu-latest os: ubuntu-latest
shell: bash shell: bash
build: packageRpm build: packageReleaseRpm
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh
- runtime: osx-x64 - runtime: osx-x64
arch: x64 arch: x64
os: macOS-latest os: macOS-latest
shell: bash shell: bash
build: packageUberJarForCurrentOS packageDmg notarizeDmg build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh
- runtime: win-x64 - runtime: win-x64
arch: x64 arch: x64
os: windows-latest os: windows-latest
shell: powershell shell: powershell
build: packageUberJarForCurrentOS packageMsi build: packageReleaseUberJarForCurrentOS packageReleaseMsi
setupCl: ./scripts/SetupClWindows.ps1 setupCl: ./scripts/SetupClWindows.ps1
- runtime: android - runtime: android

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ build/
*.settings.xml *.settings.xml
tmp/ tmp/
Tachidesk.jar Tachidesk.jar
/wix311
# Eclipse # Eclipse
.classpath .classpath