Skip to content

Commit

Permalink
Merge pull request #108 from kaleidot725/develop_1.3.0
Browse files Browse the repository at this point in the history
merge develop v1.3.0
  • Loading branch information
kaleidot725 authored Dec 28, 2024
2 parents 3d62e9f + ad484d2 commit d5b5000
Show file tree
Hide file tree
Showing 47 changed files with 836 additions and 360 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build_macos_binary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build & Ship

on:
workflow_dispatch:

jobs:
desktop-build:
runs-on: macos-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'

- name: Build exe app
run: |
.\gradlew packageReleaseExe
- name: Archive Artifacts Release
uses: actions/upload-artifact@v4
with:
name: Windows Release
if-no-files-found: ignore
path: build/compose/binaries/main-release/dmg
27 changes: 27 additions & 0 deletions .github/workflows/build_windows_binary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build & Ship

on:
workflow_dispatch:

jobs:
desktop-build:
runs-on: windows-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'

- name: Build exe app
run: |
.\gradlew packageReleaseExe
- name: Archive Artifacts Release
uses: actions/upload-artifact@v4
with:
name: Windows Release
if-no-files-found: ignore
path: build/compose/binaries/main-release/exe
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: '17'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3'
- name: Install danger
run: |
gem install danger danger-junit danger-checkstyle_format
Expand Down
9 changes: 9 additions & 0 deletions .idea/AdbPad-develop.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/appInsightsSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/adbpad_jvm_1_3_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5b5000

Please sign in to comment.