Skip to content

Commit b8b4329

Browse files
committed
GitHub workflow: add android compile
1 parent fd9dd41 commit b8b4329

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ jobs:
4848
- name: go compile
4949
run: make build
5050

51+
- name: gomobile install
52+
run: go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20220928052126-fa6bcb076835
53+
54+
- name: gomobile init
55+
run: gomobile init
56+
57+
- name: android compile
58+
run: make android
59+
5160
- name: wasm compile
5261
run: make wasm
5362

0 commit comments

Comments
 (0)