Skip to content

Commit

Permalink
Add .jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jan 24, 2025
1 parent 60f675a commit 4a53649
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .jitpack.yml
jdk:
- openjdk17

before_build:
- go version || true
- go install golang.org/x/mobile/cmd/gomobile@latest
- go install golang.org/x/mobile/cmd/gobind@latest

build:
- echo "Running 'make build-sdk'..."
- make build-sdk
Binary file removed sdk/libs/liblantern.jar
Binary file not shown.

0 comments on commit 4a53649

Please sign in to comment.