diff --git a/.bitrise.secrets.yml b/.bitrise.secrets.yml new file mode 100644 index 00000000..7bd35869 --- /dev/null +++ b/.bitrise.secrets.yml @@ -0,0 +1 @@ +envs: [] diff --git a/bitrise.yml b/bitrise.yml new file mode 100644 index 00000000..94c7befc --- /dev/null +++ b/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