testing conditions
This commit is contained in:
parent
8d3d838259
commit
5afb870ac2
@ -17,6 +17,8 @@ clone:
|
|||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
settings:
|
settings:
|
||||||
recursive: true
|
recursive: true
|
||||||
|
when:
|
||||||
|
instance: c02
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
site-multidomain:
|
site-multidomain:
|
||||||
@ -24,6 +26,8 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- cd site
|
- cd site
|
||||||
- git checkout 2022.x-multidomain
|
- git checkout 2022.x-multidomain
|
||||||
|
when:
|
||||||
|
instance: c02
|
||||||
|
|
||||||
make_update:
|
make_update:
|
||||||
<<: *default
|
<<: *default
|
||||||
@ -35,12 +39,16 @@ pipeline:
|
|||||||
<<: *default
|
<<: *default
|
||||||
commands:
|
commands:
|
||||||
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile
|
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile
|
||||||
|
when:
|
||||||
|
instance: c02
|
||||||
|
|
||||||
build-${TARGET}:
|
build-${TARGET}:
|
||||||
<<: *default
|
<<: *default
|
||||||
commands:
|
commands:
|
||||||
- cd gluon
|
- cd gluon
|
||||||
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||||
|
when:
|
||||||
|
instance: c02
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
TARGET:
|
TARGET:
|
||||||
|
Loading…
Reference in New Issue
Block a user