-
Notifications
You must be signed in to change notification settings - Fork 3
/
action.yml
39 lines (38 loc) · 960 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
30
31
32
33
34
35
36
37
38
39
# Copyright 2020, LibreCores CI contributors
# SPDX-License-Identifier: MIT
name: 'LibreCores CI with FuseSoC'
description: 'FuseSoC action on LibreCores CI'
inputs:
arguments:
description: 'Arguments to the main executable'
required: false
core:
description: 'Core identifier'
required: false
core-arguments:
description: 'Arguments passed to the core at run'
required: false
command-arguments:
description: 'Arguments passed to the command'
required: false
libraries:
description: 'FuseSoC libraries to add'
required: false
target:
description: 'Target'
required: false
tool:
description: 'Tool to use'
required: false
pre-run-command:
description: 'Execute command before the run'
required: false
path:
description: 'Checkout path (default: <reponame>, guessed)'
required: false
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'cpu'
color: 'green'