forked from bitrise-steplib/steps-set-xcode-build-number
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitrise.yml
32 lines (28 loc) · 807 Bytes
/
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
format_version: "13"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
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:
- STEP_PATH: ./testdata/project/Example/Example.xcodeproj
- STEP_NAME: Example
steps:
- path::./:
run_if: "true"
inputs:
- project_path: $STEP_PATH
- scheme: $STEP_NAME
- target: $STEP_NAME
- build_version: 9994
- build_version_offset: 5
- build_short_version_string: 9.99.9
generate_readme:
steps:
- git::https://github.com/bitrise-steplib/steps-readme-generator.git@main: { }