Skip to content

Commit

Permalink
Add bitrise.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 18, 2019
1 parent c487667 commit 30b06d9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bitrise.secrets.yml
@@ -0,0 +1 @@
envs: []
33 changes: 33 additions & 0 deletions bitrise.yml
@@ -0,0 +1,33 @@
format_version: "7"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: ios
app:
envs:
- FASTLANE_XCODE_LIST_TIMEOUT: "120"
- FASTLANE_WORK_DIR: .
trigger_map:
- push_branch: master
workflow: master
- pull_request_source_branch: '*'
workflow: master
workflows:
master:
steps:
- activate-ssh-key@4.0.3:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.14: {}
- certificate-and-profile-installer@1.10.1: {}
- fastlane@2.3.12:
inputs:
- lane: beta
- work_dir: $FASTLANE_WORK_DIR
pullRequests:
steps:
- activate-ssh-key@4.0.3:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.14: {}
- certificate-and-profile-installer@1.10.1: {}
- fastlane@2.3.12:
inputs:
- lane: lint
- work_dir: $FASTLANE_WORK_DIR

0 comments on commit 30b06d9

Please sign in to comment.