-
Notifications
You must be signed in to change notification settings - Fork 6
/
bitrise.yml
37 lines (37 loc) · 965 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
35
36
37
---
format_version: "4"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
trigger_map:
- push_branch: "*"
workflow: primary
workflows:
primary:
steps:
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- cache-pull: {}
- carthage:
inputs:
- carthage_options: "--platform ios --cache-builds"
- xcode-test:
inputs:
- simulator_device: iPhone 8
- is_clean_build: 'no'
- export_uitest_artifacts: 'false'
- should_retry_test_on_fail: 'no'
- should_build_before_test: 'no'
- cache-push:
inputs:
- cache_paths: |-
$BITRISE_CACHE_DIR
./Cartfile.resolved
./Carthage -> ./Cartfile.resolved
app:
envs:
- opts:
is_expand: false
BITRISE_PROJECT_PATH: RxAudioVisual.xcodeproj
- opts:
is_expand: false
BITRISE_SCHEME: RxAudioVisualTests