-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstep.yml
53 lines (47 loc) · 1.33 KB
/
step.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
45
46
47
48
49
50
51
52
53
#
# A couple of useful guides & docs:
#
# - Main Bitrise CLI docs: https://github.com/bitrise-io/bitrise/tree/master/_docs
# - Step Development Guideline: https://github.com/bitrise-io/bitrise/blob/master/_docs/step-development-guideline.md
# - Bitrise.yml format spec: https://github.com/bitrise-io/bitrise/blob/master/_docs/bitrise-yml-format-spec.md
# - Bitrise docs: http://devcenter.bitrise.io/
# - Bitrise CLI guides: http://devcenter.bitrise.io/bitrise-cli/
title: |-
tuist
summary: |
Run Tuist from Bitrise's CI environment
description: |
Run Tuist from Bitrise's CI environment
website: https://github.com/tuist/bitrise-step-tuist
source_code_url: https://github.com/tuist/bitrise-step-tuist
support_url: https://github.com/tuist/bitrise-step-tuist/issues
host_os_tags:
- osx-10.10
- ubuntu-16.04
project_type_tags:
- ios
- macos
type_tags:
- utility
is_requires_admin_user: true
is_always_run: false
is_skippable: false
run_if: ""
deps:
brew:
- name: curl
apt_get:
- name: curl
toolkit:
bash:
entry_file: step.sh
inputs:
- command: The Tuist command to execute
opts:
title: "Command"
summary: The command to execute. For example "generate".
description: |
Use this input to set the command that will be executed.
is_expand: true
is_required: true
value_options: []