2018-08-08 04:27:15 +00:00
|
|
|
---
|
2019-05-21 10:38:53 +00:00
|
|
|
format_version: '7'
|
2018-08-08 04:27:15 +00:00
|
|
|
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
|
2019-05-21 10:38:53 +00:00
|
|
|
project_type: macos
|
2018-08-08 04:27:15 +00:00
|
|
|
trigger_map:
|
|
|
|
- push_branch: "*"
|
2019-05-21 13:44:41 +00:00
|
|
|
workflow: deploy
|
2018-08-08 04:27:15 +00:00
|
|
|
- pull_request_source_branch: "*"
|
2019-05-21 13:44:41 +00:00
|
|
|
workflow: deploy
|
2018-08-08 04:27:15 +00:00
|
|
|
workflows:
|
2019-05-21 13:44:41 +00:00
|
|
|
deploy-naomi:
|
|
|
|
envs:
|
|
|
|
- opts:
|
|
|
|
is_expand: false
|
|
|
|
BITRISE_SCHEME: reicast-osx-naomi
|
2018-08-08 04:27:15 +00:00
|
|
|
steps:
|
2019-05-21 10:38:53 +00:00
|
|
|
- activate-ssh-key@4.0.3:
|
2018-08-08 04:27:15 +00:00
|
|
|
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
2019-05-21 10:38:53 +00:00
|
|
|
- git-clone@4.0.14: {}
|
2018-08-08 04:27:15 +00:00
|
|
|
- cache-pull@2.0.1: {}
|
|
|
|
- script@1.1.5:
|
|
|
|
title: Do anything with Script step
|
2019-05-21 10:38:53 +00:00
|
|
|
- certificate-and-profile-installer@1.10.1: {}
|
2018-08-08 04:27:15 +00:00
|
|
|
- recreate-user-schemes@1.0.2:
|
|
|
|
inputs:
|
|
|
|
- project_path: "$BITRISE_PROJECT_PATH"
|
2019-05-21 10:38:53 +00:00
|
|
|
- xcode-archive-mac@1.6.2:
|
2018-08-08 04:27:15 +00:00
|
|
|
inputs:
|
|
|
|
- project_path: "$BITRISE_PROJECT_PATH"
|
|
|
|
- scheme: "$BITRISE_SCHEME"
|
|
|
|
- export_method: "$BITRISE_EXPORT_METHOD"
|
2019-05-21 10:38:53 +00:00
|
|
|
- deploy-to-bitrise-io@1.3.19: {}
|
|
|
|
- cache-push@2.1.1: {}
|
2019-05-21 13:44:41 +00:00
|
|
|
deploy:
|
|
|
|
envs:
|
|
|
|
- opts:
|
|
|
|
is_expand: false
|
|
|
|
BITRISE_SCHEME: reicast-osx
|
2018-08-08 04:27:15 +00:00
|
|
|
steps:
|
2019-05-21 10:38:53 +00:00
|
|
|
- activate-ssh-key@4.0.3:
|
2018-08-08 04:27:15 +00:00
|
|
|
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
2019-05-21 10:38:53 +00:00
|
|
|
- git-clone@4.0.14: {}
|
2018-08-08 04:27:15 +00:00
|
|
|
- cache-pull@2.0.1: {}
|
|
|
|
- script@1.1.5:
|
|
|
|
title: Do anything with Script step
|
2019-05-21 10:38:53 +00:00
|
|
|
- certificate-and-profile-installer@1.10.1: {}
|
2018-08-08 04:27:15 +00:00
|
|
|
- recreate-user-schemes@1.0.2:
|
|
|
|
inputs:
|
|
|
|
- project_path: "$BITRISE_PROJECT_PATH"
|
2019-05-21 13:44:41 +00:00
|
|
|
- xcode-archive-mac@1.6.2:
|
|
|
|
inputs:
|
|
|
|
- project_path: "$BITRISE_PROJECT_PATH"
|
|
|
|
- scheme: "$BITRISE_SCHEME"
|
|
|
|
- export_method: "$BITRISE_EXPORT_METHOD"
|
2019-05-21 10:38:53 +00:00
|
|
|
- deploy-to-bitrise-io@1.3.19: {}
|
|
|
|
- cache-push@2.1.1: {}
|
2019-05-21 13:44:41 +00:00
|
|
|
after_run:
|
|
|
|
- deploy-naomi
|
2018-08-08 04:27:15 +00:00
|
|
|
app:
|
|
|
|
envs:
|
|
|
|
- opts:
|
|
|
|
is_expand: false
|
2019-05-21 10:38:53 +00:00
|
|
|
BITRISE_PROJECT_PATH: shell/apple/reicast.xcworkspace
|
2018-08-08 04:27:15 +00:00
|
|
|
- opts:
|
|
|
|
is_expand: false
|
2019-05-21 10:38:53 +00:00
|
|
|
BITRISE_EXPORT_METHOD: none
|