mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-18 17:32:58 +00:00
CI: kernel: Show used OpenWrt configuration
Show the configuration used to build OpenWrt before starting the build. This should make it easier for people to reproduce problems when it fails. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7b4daf0076
commit
43afaf6149
5
.github/workflows/kernel.yml
vendored
5
.github/workflows/kernel.yml
vendored
@ -100,6 +100,11 @@ jobs:
|
|||||||
|
|
||||||
make defconfig
|
make defconfig
|
||||||
|
|
||||||
|
- name: Show configuration
|
||||||
|
shell: su buildbot -c "sh -e {0}"
|
||||||
|
working-directory: openwrt
|
||||||
|
run: ./scripts/diffconfig.sh
|
||||||
|
|
||||||
- name: Build tools
|
- name: Build tools
|
||||||
shell: su buildbot -c "sh -e {0}"
|
shell: su buildbot -c "sh -e {0}"
|
||||||
working-directory: openwrt
|
working-directory: openwrt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user