added debug build and upload of logs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-21 21:52:34 +02:00
parent 4753d2e34c
commit 57d58bcd61
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -44,7 +44,21 @@ pipeline:
<<: *default <<: *default
commands: commands:
- cd gluon - cd gluon
- make -j$(nproc) V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} # - make -j$(nproc) V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log
- make -j1 V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log
send_logs:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 0
target: /srv/fwuploads-testing/troisdorf/multi/${BRANCH}/logs/
source: gluon/make.log
when:
status: failure
show-images-${TARGET}: show-images-${TARGET}:
<<: *default <<: *default