-
Notifications
You must be signed in to change notification settings - Fork 3
Bitrise
bootstraponline edited this page Jul 12, 2017
·
16 revisions
brew update; brew install bitrise; brew upgrade bitrisebitrise setup --full --clean
bitrise :workflow-editor
bitrise :step create
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