mbox series

[v2,0/1] Use github-action for CI

Message ID 20240709135007.104325-1-lucas.de.marchi@gmail.com (mailing list archive)
Headers show
Series Use github-action for CI | expand

Message

Lucas De Marchi July 9, 2024, 1:50 p.m. UTC
Besides being in kernel.org, kmod is also hosted in Github
at https://github.com/kmod-project/kmod/. Let's use the quick
integration with github-actions to test we don't keep breaking
build/checks.

v2:
  - Fix to distcheck has been applied already
  - Squash distcheck addition since now it doesn't need to be in a
    separate patch
  - Also run on pushes to master branch and on PRs

Lucas De Marchi (1):
  ci: Add github workflow

 .github/workflows/main.yml | 56 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
 create mode 100644 .github/workflows/main.yml