-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathbitrise.yml
65 lines (65 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
format_version: '8'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: ios
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
deploy:
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4: {}
- cache-pull@2: {}
- certificate-and-profile-installer@1: {}
- recreate-user-schemes@1:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- xcode-archive@3:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- force_code_sign_identity: "$BITRISE_CODE_SIGNING_IDENTITY"
- force_provisioning_profile: "$BITRISE_PROFILE_ID"
- compile_bitcode: 'no'
- upload_bitcode: 'no'
- team_id: "$BITRISE_TEAM"
- export_method: "$BITRISE_EXPORT_METHOD"
- deploy-to-bitrise-io@1: {}
- cache-push@2: {}
primary:
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4: {}
- cache-pull@2: {}
- certificate-and-profile-installer@1: {}
- xcode-test@2:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- deploy-to-bitrise-io@1: {}
- cache-push@2: {}
app:
envs:
- opts:
is_expand: false
BITRISE_PROJECT_PATH: BitriseTest.xcodeproj
- opts:
is_expand: false
BITRISE_SCHEME: BitriseTest
- opts:
is_expand: false
BITRISE_EXPORT_METHOD: development
- opts:
is_expand: false
BITRISE_PROFILE_ID: e682b378-3286-41b8-aeeb-4b4398c0e025
- opts:
is_expand: false
BITRISE_CODE_SIGNING_IDENTITY: 'iPhone Developer: Dev Portal Bot Bitrise (E89JV3W9K4)'
- opts:
is_expand: false
BITRISE_TEAM: 72SA8V3WYL