CI: packages: Add github CI job to build all packages
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Aug 2022 16:46:11 +0000 (18:46 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 30 Oct 2022 23:46:55 +0000 (00:46 +0100)
commitb99d3778863d6ba67ee1ebda6fd42413062c6480
tree9e281194b110e6a445a2211cfbbddfed64b32ecc
parentc58177b5dcb3461efef0adefe570dd8a8d966ec4
CI: packages: Add github CI job to build all packages

This will build OpenWrt for MIPS malta BE and x86 64 Bit with all
packages and kernel modules activated. It is triggered when something
changes in the build system or when a package definition is changed.
This task probably needs 90 minutes to execute, but I hope that it
will find build problems in pull requests early.

This intentionally does not activate the feeds, because building them
too would take too long. We only build x86/64 and malta/be to save
resources.

I would like to detect build problems when a package is changed. We
often had build breaks when a package version was increased sometime
even in other packages which used it as a dependency.

This is based on the .github/workflows/packages.yml workflow.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
.github/workflows/packages.yml [new file with mode: 0644]