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