testing manifest generation
All checks were successful
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline was successful

This commit is contained in:
Stefan Hoffmann 2023-08-20 15:18:56 +02:00
parent f2027439c3
commit 67ae941b89
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -11,6 +11,7 @@ variables:
- FORCE_UNSAFE_CONFIGURE=1 - FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET} - GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1 - GLUON_DEPRECATED=1
- GLUON_AUTOUPDATER_BRANCH=next
when: when:
event: push event: push
branch: next branch: next
@ -39,11 +40,11 @@ pipeline:
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
build: #build:
<<: *default # <<: *default
commands: # commands:
- cd gluon # - cd gluon
- make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next # - make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
manifest: manifest:
<<: *default <<: *default