-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathaction.yml
32 lines (26 loc) · 904 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
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
name: 'Preprocess'
description: |
Runs the preprocess check on pull requests for the seL4 repository.
The prepocess check succeeds if the preprocessed C source did not
change for any of the verified seL4 configurations.
author: Gerwin Klein <[email protected]>
inputs:
L4V_ARCH:
description: 'Architecture to test. One of ARM, ARM_HYP, AARCH64, RISCV64, X64'
required: true
L4V_FEATURES:
description: 'Additional features to include. Empty ("") or "MCS".'
required: false
L4V_PLAT:
description: 'Platform variant to test (optional). Either a platform name or unset.'
required: false
action_name:
description: 'internal -- do not use'
required: false
default: 'preprocess'
runs:
using: 'docker'
image: 'docker://sel4/preprocess:latest'