debug patching iw-full
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Stefan Hoffmann 2020-12-06 21:15:23 +00:00
parent e0f4c82a9c
commit 87c4842159

View File

@ -10,7 +10,7 @@ global-variables:
<<: *env
commands:
- cd gluon
- make V=s -j1 GLUON_BRANCH=stable GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
- make -j6 GLUON_BRANCH=stable GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
# - make -j6 GLUON_BRANCH=beta GLUON_RELEASE=$input_version-beta GLUON_OUTPUTDIR=output/beta
# Don´t build Experimental. The Experimental Firmware is in another Branch
# - make -j6 GLUON_BRANCH=experimental GLUON_RELEASE=$input_version-exp GLUON_OUTPUTDIR=output/experimental
@ -26,6 +26,12 @@ global-variables:
when:
branch: multidomain
patch: &patch
<<: *env
commands:
- cd gluon/openwrt/package
- grep -rl iw | xargs sed -i s/iw/iw-full/g
kind: pipeline
type: docker
name: gluon-build
@ -53,6 +59,9 @@ steps: &steps
environment:
GLUON_TARGET: ar71xx-generic
- name: patch iw to iw-full
<<: *patch
- name: build-ath79-generic
<<: *gluon
environment: