Skip to content

seL4/ci-actions

Repository files navigation

CI

CI actions and Workflows for seL4 repositories

This repository collects definitions for continuous integration (CI) tasks/actions for the repositories of the seL4 foundation. While some of these might be useful more generally, most of them will be specific to the seL4 setup.

The idea is to concentrate most of the GitHub workflow definitions here in a single repository to avoid duplication, share code between actions, and to make it easier to replicate a similar CI setup on other platforms.

Shared JavaScript is in js/, and shared shell scripts are in scripts/

This repository also defines a number of GitHub action workflows that can be called from other repositories. These are all files in .github/workflows that define an on: workflow_call trigger. In particular:

Availabe actions

The following GitHub actions are available:

Contributing

Contributions are welcome!

See open issues for things than need work, there is also a list of good first issues if you are new to all this and want to get involved.

See the file CONTRIBUTING.md for more information.

License

See the directory LICENSES/ for a list of the licenses used in this repository, and the SPDX tag in file headers for the license of each file.