-
Notifications
You must be signed in to change notification settings - Fork 3
Bitrise
bootstraponline edited this page Sep 13, 2018
·
16 revisions
docker pull bitriseio/docker-androiddocker run -it bitriseio/docker-android /bin/bash
- 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:latestdocker run -it quay.io/bitriseio/android-ndk:latest /bin/bash
- https://hub.docker.com/r/bitriseio/android-ndk/
- https://github.com/bitrise-docker/android-ndk
- 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"