-
Notifications
You must be signed in to change notification settings - Fork 5
/
bitrise.yml
49 lines (49 loc) · 1.3 KB
/
bitrise.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
format_version: 1.1.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- BITRISE_PROJECT_PATH: swift-mvvm-examples.xcodeproj
opts:
is_expand: false
- BITRISE_SCHEME: swift-mvvm-examples
opts:
is_expand: false
trigger_map:
- workflow: primary
push_branch: "*"
- workflow: primary
pull_request_source_branch: "*"
pull_request_target_branch: "*"
workflows:
primary:
steps:
- activate-ssh-key@3.1.1:
title: Activate App SSH key
inputs:
- ssh_key_save_path: "$HOME/.ssh/steplib_ssh_step_id_rsa"
- git-clone@3.5.2: {}
- certificate-and-profile-installer@1.9.2: {}
- cache-pull@2.0.0: {}
- carthage@3.1.2:
inputs:
- carthage_command: bootstrap
- cache-push@2.0.2:
inputs:
- cache_paths: Carthage/
- xcode-test@1.18.8:
title: 'Xcode: Unit Test'
outputs:
- BITRISE_XCODE_TEST_RESULT:
opts:
title: Result of the tests. 'succeeded' or 'failed'.
description: ''
summary: ''
value_options:
- succeeded
- failed
is_required: false
is_expand: true
is_dont_change_value: false
is_template: false
- deploy-to-bitrise-io@1.3.8: {}