diff --git a/.woodpecker.yml b/.woodpecker.yml index 30ce41a..2206620 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -28,7 +28,7 @@ pipeline: - GLUON_TARGET=${TARGET} - GLUON_DEPRECATED=1 - patch iw to iw-full: + patch-iw-to-iw-full: image: ${IMAGE} pull: true commands: @@ -36,8 +36,17 @@ pipeline: - grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g - 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: TARGET: - ath79-generic + BRANCH: + - stable IMAGE: - git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest