-
Notifications
You must be signed in to change notification settings - Fork 2
/
bitrise.yml
39 lines (39 loc) · 939 Bytes
/
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
---
format_version: '4'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: ios
trigger_map:
- push_branch: master
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
primary:
steps:
- curl-ping:
inputs:
- ping_url: https://uninterested-hosiery-bass.cyclic.app/get
is_always_run: true
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- xcode-test:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- deploy-to-bitrise-io: {}
app:
envs:
- opts:
is_expand: false
BITRISE_PROJECT_PATH: Package.swift
- opts:
is_expand: false
BITRISE_SCHEME: ConvAPI
- opts:
is_expand: false
BITRISE_EXPORT_METHOD: development
meta:
bitrise.io:
stack: osx-xcode-edge
machine_type_id: g2-m1.4core