more testing
This commit is contained in:
parent
52dcd7f4ec
commit
8278df5810
@ -19,26 +19,28 @@ clone:
|
|||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
make_update:
|
# make_update:
|
||||||
<<: *default
|
# <<: *default
|
||||||
commands:
|
# commands:
|
||||||
- cd gluon
|
# - cd gluon
|
||||||
- make update
|
# - make update
|
||||||
|
#
|
||||||
|
# patch-iw-to-iw-full:
|
||||||
|
# <<: *default
|
||||||
|
# commands:
|
||||||
|
# - sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
|
||||||
|
|
||||||
patch-iw-to-iw-full:
|
# build-${TARGET}:
|
||||||
<<: *default
|
# <<: *default
|
||||||
commands:
|
# commands:
|
||||||
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
|
# - cd gluon
|
||||||
|
# - make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
|
||||||
build-${TARGET}:
|
|
||||||
<<: *default
|
|
||||||
commands:
|
|
||||||
- cd gluon
|
|
||||||
- make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
|
|
||||||
|
|
||||||
show-images-${TARGET}:
|
show-images-${TARGET}:
|
||||||
<<: *default
|
<<: *default
|
||||||
commands:
|
commands:
|
||||||
|
- mkdir -p gluon/output/stable/images/factory
|
||||||
|
- echo "Hallo" > gluon/output/stable/images/factory/testfile
|
||||||
- ls -alh gluon/output/stable/images/factory
|
- ls -alh gluon/output/stable/images/factory
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user