From df044473533f8609e3f9ebb7f3191b125d11762a Mon Sep 17 00:00:00 2001 From: Nils Stinnesbeck Date: Fri, 19 May 2023 18:08:22 +0200 Subject: [PATCH] more changes --- .woodpecker.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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