mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-16 17:49:08 +01:00
CI: package kmods in kernel workflow
Actually package kmods in kernel workflow to catch dependency error and
other problem that may arise from kmods packaging.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 0c45db5560)
This commit is contained in:
parent
2f9b35624d
commit
7ff1477b3d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/kernel.yml
vendored
5
.github/workflows/kernel.yml
vendored
|
|
@ -158,6 +158,11 @@ jobs:
|
|||
working-directory: openwrt
|
||||
run: make target/compile -j$(nproc) BUILD_LOG=1
|
||||
|
||||
- name: Build Kernel Kmods
|
||||
shell: su buildbot -c "sh -e {0}"
|
||||
working-directory: openwrt
|
||||
run: make package/linux/compile -j$(nproc) BUILD_LOG=1
|
||||
|
||||
- name: Upload logs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue