Update bitrise config

This commit is contained in:
Loïc GRIFFIE 2019-02-22 16:26:53 +01:00
parent 231c99404f
commit 37c08c94a1

View File

@ -17,14 +17,11 @@ workflows:
- workflows: |-
MUCore
MUComponent
MUSample
- access_token: "$ACCESS_TOKEN"
- build-router-wait@0.9.1:
inputs:
- access_token: "$ACCESS_TOKEN"
- slack@3.1.2:
inputs:
- webhook_url: "$SLACK_URL"
- text: ''
envs:
- opts:
is_expand: false
@ -44,6 +41,9 @@ workflows:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- cache-push@2.0.5: {}
- slack@3.1.2:
inputs:
- webhook_url: "$SLACK_URL"
envs:
- opts:
is_expand: false
@ -63,10 +63,35 @@ workflows:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- cache-push@2.0.5: {}
- slack@3.1.2:
inputs:
- webhook_url: "$SLACK_URL"
envs:
- opts:
is_expand: false
BITRISE_SCHEME: MUComponent
MUSample:
steps:
- activate-ssh-key@4.0.3:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.14: {}
- cache-pull@2.0.1: {}
- certificate-and-profile-installer@1.10.1: {}
- recreate-user-schemes@1.0.2:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- xcode-test@2.1.1:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- cache-push@2.0.5: {}
- slack@3.1.2:
inputs:
- webhook_url: "$SLACK_URL"
envs:
- opts:
is_expand: false
BITRISE_SCHEME: MUSample
Release:
steps:
- build-router-start@0.11.2:
@ -240,4 +265,4 @@ app:
BITRISE_EXPORT_METHOD: app-store
- opts:
is_expand: false
PROJECT_NAME: MUKit
PROJECT_NAME: MUKit