Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jul 19, 2023
2 parents 08b237f + 17dcbca commit b7980e3
Show file tree
Hide file tree
Showing 27 changed files with 786 additions and 419 deletions.
76 changes: 11 additions & 65 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
strategy:
matrix:
java-version: [ 17 ]
os: [ ubuntu-20.04, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-20.04
steps:
- name: Check out Git repository
uses: actions/checkout@v3
Expand All @@ -49,71 +48,18 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
- name: publish to snapshot
run: ./mvnw -Pnative,dist package -e -B
- run: mkdir staging && cp -r target/distributions/*.* staging
- uses: actions/upload-artifact@v3
with:
name: Package
path: staging

release-macos:
needs: verify
runs-on: macos-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Install GraalVM
uses: graalvm/setup-graalvm@v1
- uses: luangong/setup-install4j@v1
with:
java-version: 17
distribution: 'graalvm'
- name: Set up GraalVM Native Image toolchain
uses: helpermethod/[email protected]
with:
java-version: 17
graalvm-version: '22.3.2'

- name: Install Java and Maven
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: publish to snapshot
run: ./mvnw -Pnative,dist package -e -B
- run: mkdir staging && cp -r target/distributions/*.* staging
- uses: actions/upload-artifact@v3
with:
name: Package
path: staging

release-windows:
needs: verify
runs-on: windows-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Install GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: 17
distribution: 'graalvm'
- name: Set up GraalVM Native Image toolchain
uses: helpermethod/[email protected]
with:
java-version: 17
graalvm-version: '22.3.2'

- name: Install Java and Maven
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: publish to snapshot
run: ./mvnw -P 'native,dist' package -e -B
- run: mkdir staging && cp -r target/distributions/*.* staging
version: 10.0.6
license: ${{ secrets.INSTALL4J_LICENSE }}
- name: development media
if: false == contains(github.ref, 'master')
run: ./mvnw -Pinstall4j package -e -B
- name: release media
if: contains(github.ref, 'master')
run: ./mvnw -Pinstall4j,release package -e -B
- run: mkdir staging && cp -r target/media/*.* staging
- uses: actions/upload-artifact@v3
with:
name: Package
Expand Down
509 changes: 509 additions & 0 deletions domino-cli.install4j

Large diffs are not rendered by default.

Binary file modified logo/domino-logo-128x128.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/domino-logo-16x16.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/domino-logo-24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/domino-logo-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/domino-logo-48x48.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/domino-logo-64x64.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/domino-logo-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/domino-logo.ico
Binary file not shown.
Binary file modified logo/domino-logo.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/domino-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b7980e3

Please sign in to comment.