-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbitrise.yml
49 lines (44 loc) · 1.5 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: "11"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
# if you want to use/test the force-code-sign mode
- BITRISE_CODE_SIGN_IDENTITY: $BITRISE_CODE_SIGN_IDENTITY
- BITRISE_PROVISIONING_PROFILE_ID: $BITRISE_PROVISIONING_PROFILE_ID
workflows:
check:
steps:
- git::https://github.com/bitrise-steplib/steps-check.git: { }
e2e:
steps:
- git::https://github.com/bitrise-steplib/steps-check.git:
inputs:
- workflow: e2e
sample:
envs:
- TEST_APP_URL: https://github.com/bitrise-io/sample-swift-project-with-parallel-ui-test.git
- TEST_APP_BRANCH: master
- BITRISE_PROJECT_PATH: BullsEye.xcworkspace
- BITRISE_SCHEME: BullsEye
steps:
- script:
title: Remove temporary directory
inputs:
- content: rm -rf "$BITRISE_SOURCE_DIR/_tmp"
- git::https://github.com/bitrise-steplib/bitrise-step-simple-git-clone.git:
inputs:
- repository_url: $TEST_APP_URL
- clone_into_dir: ./_tmp
- branch: $TEST_APP_BRANCH
- path::./:
title: Self-test
inputs:
- project_path: ./_tmp/$BITRISE_PROJECT_PATH
- scheme: $BITRISE_SCHEME
- force_code_sign_identity: $BITRISE_CODE_SIGN_IDENTITY
- force_provisioning_profile: $BITRISE_PROVISIONING_PROFILE_ID
generate_readme:
steps:
- git::https://github.com/bitrise-steplib/steps-readme-generator.git@main:
inputs:
- contrib_section: docs/contribution.md