-
Notifications
You must be signed in to change notification settings - Fork 8
/
bitrise.yml
45 lines (44 loc) · 1.17 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
---
format_version: '5'
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:
primary:
steps:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- [email protected]: {}
- [email protected]: {}
- [email protected]: {}
- script@1:
inputs:
- content: |-
#!/usr/bin/env bash
# fail if any commands fails
set -e
# debug log
set -x
# write your script here
./carthage.sh bootstrap --platform iOS --use-xcframeworks --no-use-binaries
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
inputs:
- cache_paths: |-
$BITRISE_CACHE_DIR
./Carthage -> ./Carthage/Cachefile
app:
envs:
- opts:
is_expand: false
BITRISE_PROJECT_PATH: RxMusicPlayer.xcworkspace
- opts:
is_expand: false
BITRISE_SCHEME: RxMusicPlayer