Skip to content
Snippets Groups Projects
Commit cfc5d0c3 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent a74910be
No related branches found
No related tags found
1 merge request!23Release
......@@ -110,13 +110,11 @@ bindings-android:
except:
- tags
script:
- export PATH="/usr/local/opt/go@1.13/bin:$PATH"
- 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
- go get -u golang.org/x/mobile/bind
- rm -rf $HOME/go/src/gitlab.com/elixxir/client/
- mkdir -p $HOME/go/src/gitlab.com/elixxir/client/
- cp -r * $HOME/go/src/gitlab.com/elixxir/client/
- GO111MODULE=on gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
- gomobile init
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
artifacts:
paths:
- bindings.aar
......
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