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

This commit is contained in:
Nils Stinnesbeck 2023-05-19 18:08:22 +02:00
parent 2e3a9ab866
commit df04447353
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -28,7 +28,7 @@ pipeline:
- GLUON_TARGET=${TARGET} - GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1 - GLUON_DEPRECATED=1
patch iw to iw-full: patch-iw-to-iw-full:
image: ${IMAGE} image: ${IMAGE}
pull: true pull: true
commands: commands:
@ -36,8 +36,17 @@ pipeline:
- grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g - grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
- grep -r iw-full * - grep -r iw-full *
build-${TARGET}:
image: ${IMAGE}
pull: true
commands:
- cd gluon
- make -j6 GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
matrix: matrix:
TARGET: TARGET:
- ath79-generic - ath79-generic
BRANCH:
- stable
IMAGE: IMAGE:
- git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest - git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest