-
Notifications
You must be signed in to change notification settings - Fork 3
Bitrise
bootstraponline edited this page Jul 18, 2018
·
16 revisions
- Delete local provisioning profiles
~/Library/MobileDevice/Provisioning\ Profiles - Remove expired/invalid provisioning profiles
https://developer.apple.com/account/ios/profile/ - Generate IPA locally for app store/ad hoc/development. Copy
ExportOptions.plistintoCustom export options plist content.
docker pull quay.io/bitriseio/android-ndk:latest- 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
- slack:
is_always_run: true
run_if: ".IsBuildFailed"