Skip to content
Snippets Groups Projects
Verified Commit aab80642 authored by Cecylia Bocovich's avatar Cecylia Bocovich
Browse files

Fix gitlab CI to work with multiple client .go files

parent d807e9d3
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ android:
- cd $CI_PROJECT_DIR/client
# gomobile builds a shared library not a CLI executable
- sed -i 's,^package main$,package snowflakeclient,' snowflake.go
- sed -i 's,^package main$,package snowflakeclient,' *.go
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment