浏览代码

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 <[email protected]>
Christian Marangi 3 年之前
父节点
当前提交
0c45db5560
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .github/workflows/kernel.yml

+ 5 - 0
.github/workflows/kernel.yml

@@ -158,6 +158,11 @@ jobs:
         working-directory: openwrt
         working-directory: openwrt
         run: make target/compile -j$(nproc) BUILD_LOG=1
         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
       - name: Upload logs
         if: failure()
         if: failure()
         uses: actions/upload-artifact@v2
         uses: actions/upload-artifact@v2