Skip to content

Commit

Permalink
fix(ci): gomobile install
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Aug 22, 2019
1 parent 285bc03 commit ebb6a75
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Expand Up @@ -86,16 +86,7 @@ commands:
- run:
name: install gomobile
command: |
if [ ! -f ~/go/bin/gomobile ]; then
go get golang.org/x/tools/go/packages
go get golang.org/x/mobile/cmd/gomobile
cd ~/go/src/golang.org/x/mobile
git remote add upstream git@github.com:sfroment/mobile
git fetch upstream
git cherry-pick 85b699489d6f23377f5380e8b3d42ad7eecd4e0a
go install golang.org/x/mobile/cmd/gomobile
gomobile init
fi
cd ~/go/src/berty.tech/core/platform/mobile && make deps
install_go:
description: "install golang"
Expand Down

0 comments on commit ebb6a75

Please sign in to comment.