changed stuff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-20 17:57:59 +02:00
parent c30ad89704
commit 70fc34414a
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -28,22 +28,19 @@ pipeline:
make_update:
<<: *default
commands:
- pwd
- cd gluon
- make update
patch-iw-to-iw-full:
<<: *default
commands:
- cd gluon/openwrt/package
- grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
- grep -r iw-full *
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile
build-${TARGET}:
<<: *default
commands:
- cd gluon
- make -j4 GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
matrix:
TARGET: