forked from open-watcom/setup-watcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
29 lines (29 loc) · 865 Bytes
/
action.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
name: 'Setup Open Watcom'
description: 'Setup an Open Watcom environment'
branding:
color: yellow
icon: download-cloud
inputs:
version:
description: 'Open Watcom version: choices = [1.8, 1.9, 2.0, 2.0-64]'
required: false
default: '2.0'
tag:
description: 'Tag of snapshot to use: current, last or date. (only used for 2.0)'
required: false
default: ''
location:
description: 'Location where Open Watcom should be extracted to (default=$HOME/watcom or %USERPROFILE%\\WATCOM)'
required: false
default: ''
environment:
description: 'Set default Open Watcom environment variables (WATCOM + INCLUDE + PATH)'
required: false
default: true
target:
description: 'Set target OS specific Open Watcom header search path (INCLUDE)'
required: false
default: ''
runs:
using: 'node20'
main: 'index.js'