Skip to content
Snippets Groups Projects
Commit d365bcf8 authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

Merge branch 'Anne/GomobileHotfix' into 'XX-3484/StaleNodes'

Update .gitlab-ci.yml

See merge request !16
parents 6849b152 7e7815fd
No related branches found
No related tags found
4 merge requests!53Release,!24Lesure/offline nodes,!16Update .gitlab-ci.yml,!15prevent hostpool from adding stale nodes
......@@ -80,6 +80,7 @@ bindings-ios:
- ios
script:
- go get -u golang.org/x/mobile/cmd/gomobile@76c259c465ba39f84de7e2751a666612ddca556b
- gomobile init
- gomobile bind -target ios gitlab.com/elixxir/client/bindings
- ls
- zip -r iOS.zip Bindings.xcframework
......@@ -97,6 +98,7 @@ bindings-android:
- export ANDROID_HOME=/android-sdk
- export PATH=$PATH:/android-sdk/platform-tools/:/usr/local/go/bin
- go get -u golang.org/x/mobile/cmd/gomobile
- gomobile init
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment