Skip to content

Testing with GitHub Actions

Michael Ellerman edited this page Oct 8, 2021 · 5 revisions

You can get GitHub to do test builds of your branch by doing the following:

  • fork the linuxppc/linux-ci repo on github. Note not the main linux repository.
  • enable GitHub actions for your forked repository
  • create a branch based on the merge branch
  • add your work on top
  • push to your fork of linux-ci on GitHub
  • results should appear in the Actions tab of your repository