-
Notifications
You must be signed in to change notification settings - Fork 3
Bitrise
bootstraponline edited this page Mar 13, 2018
·
16 revisions
-
docker pull bitriseio/docker-android - https://github.com/bitrise-docker/android
brew update; brew install bitrise; brew upgrade bitrisebitrise setup --full --clean
bitrise :workflow-editor
bitrise :step create
go get github.com/tools/godepgodep save
gows is used by bitrise to manage the go environment.
go get -u github.com/bitrise-tools/gows
export GOPATH="$HOME/go"
export PATH="$PATH:$GOPATH/bin"
gows -versiongows init