This commit is contained in:
parent
8766bcf0bf
commit
8eea5774be
@ -1,3 +1,14 @@
|
|||||||
|
variables:
|
||||||
|
- &default
|
||||||
|
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
|
||||||
|
pull: true
|
||||||
|
environment:
|
||||||
|
- input_version=v2022.1.4
|
||||||
|
- GLUON_SITEDIR=../site
|
||||||
|
- FORCE_UNSAFE_CONFIGURE=1
|
||||||
|
- GLUON_TARGET=${TARGET}
|
||||||
|
- GLUON_DEPRECATED=1
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /build
|
base: /build
|
||||||
|
|
||||||
@ -15,44 +26,27 @@ pipeline:
|
|||||||
- git checkout multidomain
|
- git checkout multidomain
|
||||||
|
|
||||||
make_update:
|
make_update:
|
||||||
image: ${IMAGE}
|
<<: *default
|
||||||
pull: true
|
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- cd gluon
|
- cd gluon
|
||||||
- make update
|
- make update
|
||||||
environment:
|
|
||||||
- input_version=v2022.1.4
|
|
||||||
- GLUON_SITEDIR=../site
|
|
||||||
- FORCE_UNSAFE_CONFIGURE=1
|
|
||||||
- GLUON_TARGET=${TARGET}
|
|
||||||
- GLUON_DEPRECATED=1
|
|
||||||
|
|
||||||
patch-iw-to-iw-full:
|
patch-iw-to-iw-full:
|
||||||
image: ${IMAGE}
|
<<: *default
|
||||||
pull: true
|
|
||||||
commands:
|
commands:
|
||||||
- cd gluon/openwrt/package
|
- cd gluon/openwrt/package
|
||||||
- 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}:
|
build-${TARGET}:
|
||||||
image: ${IMAGE}
|
<<: *default
|
||||||
pull: true
|
|
||||||
commands:
|
commands:
|
||||||
- cd gluon
|
- cd gluon
|
||||||
- make -j6 GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
- make -j6 GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||||
environment:
|
|
||||||
- input_version=v2022.1.4
|
|
||||||
- GLUON_SITEDIR=../site
|
|
||||||
- FORCE_UNSAFE_CONFIGURE=1
|
|
||||||
- GLUON_TARGET=${TARGET}
|
|
||||||
- GLUON_DEPRECATED=1
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
TARGET:
|
TARGET:
|
||||||
- ath79-generic
|
- ath79-generic
|
||||||
BRANCH:
|
BRANCH:
|
||||||
- stable
|
- stable
|
||||||
IMAGE:
|
|
||||||
- git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest
|
|
||||||
|
Loading…
Reference in New Issue
Block a user