Skip to content

Commit eafa2d0

Browse files
committed
CI: use merge_config for merge ci.config
Add ci.config for ci testing usage, a example "DRM_I915_WERROR". Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 9d14c3c commit eafa2d0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-kernel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
# .config
2828
make deepin_x86_desktop_defconfig
29+
scripts/kconfig/merge_config.sh -m .config .github/workflows/ci.config
2930
make -j$(nproc)
3031
3132
- name: 'Upload Kernel Artifact'

.github/workflows/ci.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DRM_I915_WERROR=y

0 commit comments

Comments
 (0)