more testing
This commit is contained in:
parent
52dcd7f4ec
commit
8278df5810
@ -19,26 +19,28 @@ clone:
|
||||
recursive: true
|
||||
|
||||
pipeline:
|
||||
make_update:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make update
|
||||
# make_update:
|
||||
# <<: *default
|
||||
# commands:
|
||||
# - cd gluon
|
||||
# - 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:
|
||||
<<: *default
|
||||
commands:
|
||||
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
|
||||
|
||||
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
|
||||
# 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}:
|
||||
<<: *default
|
||||
commands:
|
||||
- mkdir -p gluon/output/stable/images/factory
|
||||
- echo "Hallo" > gluon/output/stable/images/factory/testfile
|
||||
- ls -alh gluon/output/stable/images/factory
|
||||
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user