Skip to content

Commit

Permalink
feat: add desktop for jvm linux target build on github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
isfaaghyth committed Aug 29, 2024
1 parent 3ff6810 commit 5dc4f27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
19 changes: 0 additions & 19 deletions .fleet/receipt.json

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
config: [
{ target: android, os: ubuntu-latest, tasks: testDebugUnitTest testReleaseUnitTest, continueOnError: false },
{ target: apple, os: macos-latest, tasks: iosX64Test iosSimulatorArm64Test, continueOnError: false },
{ target: desktop, os: ubuntu-latest, tasks: desktopTest, continueOnError: false },
]
runs-on: ${{ matrix.config.os }}
name: Build ${{ matrix.config.target }}
Expand Down

0 comments on commit 5dc4f27

Please sign in to comment.