test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Stefan Hoffmann 2023-05-21 12:59:35 +02:00
parent aca41b527f
commit 3a6778422e
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -21,30 +21,30 @@ clone:
recursive: true recursive: true
pipeline: pipeline:
site-multidomain: # site-multidomain:
image: docker:git # image: docker:git
commands: # commands:
- cd site # - cd site
- git checkout 2022.x-multidomain # - git checkout 2022.x-multidomain
when: # when:
hostname: c02.fftdf.de # hostname: c02.fftdf.de
#
make_update: # make_update:
<<: *default # <<: *default
commands: # commands:
- cd gluon # - cd gluon
- make update # - make update
#
patch-iw-to-iw-full: # patch-iw-to-iw-full:
<<: *default # <<: *default
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-${TARGET}: # build-${TARGET}:
<<: *default # <<: *default
commands: # commands:
- cd gluon # - cd gluon
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} # - make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
show-images-${TARGET}: show-images-${TARGET}:
<<: *default <<: *default
@ -52,6 +52,7 @@ pipeline:
- ls -alh - ls -alh
- ls -alh output/ - ls -alh output/
- ls -alh gluon/output/ - ls -alh gluon/output/
- touch /test.test
matrix: matrix:
TARGET: TARGET: