mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
.builds: test iOS/Android builds of the gioui.org module, not just the example
The kitchen example may not yet refer to the newest version of the gioui.org module. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+3
-1
@@ -74,7 +74,9 @@ tasks:
|
||||
cd gio/cmd
|
||||
go install ./gogio
|
||||
- test_android: |
|
||||
cd gio/example
|
||||
cd gio
|
||||
CC=$ANDROID_SDK_ROOT/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang GOOS=android GOARCH=arm64 CGO_ENABLED=1 go build ./...
|
||||
cd example
|
||||
gogio -target android ./kitchen
|
||||
- check_gofmt: |
|
||||
cd gio
|
||||
|
||||
Reference in New Issue
Block a user