-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbitrise.yml
44 lines (44 loc) · 1.14 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
---
format_version: '7'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: other
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
- tag: "*"
workflow: primary
workflows:
primary:
steps:
- activate-ssh-key@4.0.3:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.14: {}
- swift-package-manager-build-for-mac@0.0.1:
inputs:
- build_tests: 'yes'
- swift-package-manager-test-for-mac@0.0.1:
inputs:
- is_parallel: 'yes'
- is_skip_build: 'yes'
- swift-package-manager-xcodeproj-for-mac@0.0.1:
inputs:
- enable_code_coverage: 'yes'
- xcode-test-mac@1.2.1:
inputs:
- is_clean_build: 'no'
- output_tool: xcodebuild
- generate_code_coverage_files: 'yes'
- codecov@1.1.5:
inputs:
- CODECOV_TOKEN: "$BITRISE_CODECOV_TOKEN"
- deploy-to-bitrise-io@1.3.19: {}
app:
envs:
- opts:
is_expand: false
BITRISE_SCHEME: SwiftConst
- opts:
is_expand: false
BITRISE_PROJECT_PATH: SwiftConst.xcodeproj