more testing
Some checks failed
ci/woodpecker/push/upload Pipeline is pending
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-23 09:20:02 +02:00
parent 52dcd7f4ec
commit 8278df5810
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -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: