Skip to content

Commit

Permalink
Add bitrise yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kitasuke committed Apr 3, 2019
1 parent 07a5825 commit 308df42
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit 308df42

Please sign in to comment.