-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (29 loc) · 937 Bytes
/
action.yml
File metadata and controls
29 lines (29 loc) · 937 Bytes
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 release name tag. (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 (one of values "", "dos", "win", "nt", "os2", "os2-16", "linux", "rdos"), change header search path (INCLUDE)'
required: false
default: ''
runs:
using: 'node24'
main: 'index.js'