Commit graph

4 commits

Author SHA1 Message Date
Fabian Mastenbroek
33e4754e26
Load submodules during watch workflow 2021-04-20 21:03:51 +02:00
Fabian Mastenbroek
c63bdfa130
Build with default GCC
This change updates the build pipeline to build the kernel with the
default GCC version on Debian Buster. This is more safe for people
running custom kernel modules.
2021-04-19 20:01:06 +02:00
Fabian Mastenbroek
3650d4343a
Support in-tree builds
This change updates the build code to support in-tree builds. This is
easier to manage for CI builds and reduces the amount of IO operations
necessary for the build process.
2021-04-19 14:47:00 +02:00
Fabian Mastenbroek
d4cba085b7
Add workflow for building release pull requests
This change adds a Github Actions workflow to build pull requests from
the same repository to test whether they can be merged and released.
2020-09-18 13:07:30 +02:00