Skip to content

Commit c12a61a

Browse files
committed
ci: add windows build
1 parent 25d3710 commit c12a61a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ jobs:
2929
tests: false
3030
java-version: 17
3131
platform: ${{ github.job }}
32+
windows-x86_64:
33+
runs-on: windows-latest
34+
steps:
35+
- uses: silenium-dev/actions/jni-natives/windows@main
36+
with:
37+
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
38+
snapshot-repo-url: "https://reposilite.silenium.dev/snapshots"
39+
release-repo-url: "https://reposilite.silenium.dev/releases"
40+
repo-username: ${{ secrets.REPOSILITE_USERNAME }}
41+
repo-password: ${{ secrets.REPOSILITE_PASSWORD }}
42+
tests: false
43+
java-version: 17
44+
platform: ${{ github.job }}
3245
kotlin:
3346
runs-on: ubuntu-22.04
3447
steps:

0 commit comments

Comments
 (0)