-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitrise.yml
34 lines (29 loc) · 894 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
33
34
format_version: "11"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- EXAMPLE_IPHONESIMULATOR_PREFERENCES_PATH: $BITRISE_SOURCE_DIR/simpref/testdata/com.apple.iphonesimulator.plist
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:
steps:
- change-workdir:
title: Switch working dir to test / _tmp dir
inputs:
- path: ./_tmp
- is_create_path: true
- path::./:
title: Step Test
inputs:
- iphonesimulator_preferences_pth: $EXAMPLE_IPHONESIMULATOR_PREFERENCES_PATH
- verbose: "yes"
generate_readme:
steps:
- git::https://github.com/bitrise-steplib/steps-readme-generator.git@main: { }