debug patching iw-full
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
e0f4c82a9c
commit
87c4842159
11
.drone.yml
11
.drone.yml
@ -10,7 +10,7 @@ global-variables:
|
|||||||
<<: *env
|
<<: *env
|
||||||
commands:
|
commands:
|
||||||
- cd gluon
|
- 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
|
# - 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
|
# 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
|
# - make -j6 GLUON_BRANCH=experimental GLUON_RELEASE=$input_version-exp GLUON_OUTPUTDIR=output/experimental
|
||||||
@ -26,6 +26,12 @@ global-variables:
|
|||||||
when:
|
when:
|
||||||
branch: multidomain
|
branch: multidomain
|
||||||
|
|
||||||
|
patch: &patch
|
||||||
|
<<: *env
|
||||||
|
commands:
|
||||||
|
- cd gluon/openwrt/package
|
||||||
|
- grep -rl iw | xargs sed -i s/iw/iw-full/g
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: gluon-build
|
name: gluon-build
|
||||||
@ -53,6 +59,9 @@ steps: &steps
|
|||||||
environment:
|
environment:
|
||||||
GLUON_TARGET: ar71xx-generic
|
GLUON_TARGET: ar71xx-generic
|
||||||
|
|
||||||
|
- name: patch iw to iw-full
|
||||||
|
<<: *patch
|
||||||
|
|
||||||
- name: build-ath79-generic
|
- name: build-ath79-generic
|
||||||
<<: *gluon
|
<<: *gluon
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user