This commit is contained in:
parent
2e3a9ab866
commit
df04447353
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user