-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstep.yml
35 lines (35 loc) · 1020 Bytes
/
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
title: Touch.Unit runner
summary: Touch.Unit runner
description: |-
Executes a set of Touch.Unit tests on simulator
website: https://github.com/olegoid/xamarin-touch-unit-runner
source_code_url: https://github.com/olegoid/xamarin-touch-unit-runner
support_url: https://github.com/olegoid/xamarin-touch-unit-runner/issues
host_os_tags:
- osx-10.10
project_type_tags:
- xamarin
- test
type_tags: []
is_requires_admin_user: false
is_always_run: false
is_skippable: false
inputs:
- xamarin_solution: $BITRISE_PROJECT_PATH
opts:
title: Path to Xamarin Solution
description: |
Path to Xamarin Solution
is_required: true
- xamarin_configuration: $BITRISE_XAMARIN_CONFIGURATION
opts:
title: Xamarin project configuration
description: |
Xamarin project configuration
is_required: true
- xamarin_platform: $BITRISE_XAMARIN_PLATFORM
opts:
title: Xamarin solution platform
description: |
Xamarin solution platform
is_required: true