more testing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-20 18:12:06 +02:00
parent 18e76308a4
commit 25a837bbe6
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -25,16 +25,17 @@ pipeline:
# - cd site
# - git checkout multidomain
#
# make_update:
# <<: *default
# commands:
# - cd gluon
# - make update
make_update:
<<: *default
commands:
- cd gluon
- make update
patch-iw-to-iw-full:
<<: *default
commands:
- pwd
- ls -alh gluon/openwrt/package/kernel/
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile
build-${TARGET}: