Skip to content

Commit d692399

Browse files
CI: cheri-sel4microkittest: initial commit workflow
Signed-Off-By: Michael Cobb (The Capable Hub) <mcobb@thegoodpenguin.co.uk>
1 parent ef1c68c commit d692399

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2021, Proofcraft Pty Ltd
2+
#
3+
# SPDX-License-Identifier: BSD-2-Clause
4+
5+
# cheri-sel4microkittest runs
6+
7+
name: CHERI-seL4MicrokitTest
8+
9+
on:
10+
pull_request:
11+
paths-ignore:
12+
- 'manual/**'
13+
- 'LICENSES/**'
14+
- '*.md'
15+
workflow_dispatch:
16+
17+
jobs:
18+
cheri-microkittest:
19+
name: CHERI Microkit Tests
20+
uses: The-Capable-Hub/CHERI-seL4-ci-actions/.github/workflows/cheri-sel4microkittest.yml@michaelcobb/capable-hub-ci
21+
with:
22+
runner: the-capable-hub-aws-ci
23+
container-image: trustworthysystems/sel4:latest

0 commit comments

Comments
 (0)