This commit is contained in:
Stefan Hoffmann 2023-05-21 12:54:53 +02:00
parent c24cf0928f
commit 5ee501d6f6
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -19,10 +19,42 @@ clone:
recursive: true
pipeline:
site-multidomain:
image: docker:git
commands:
- cd site
- git checkout 2022.x-multidomain
when:
hostname: c02.fftdf.de
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
build-${TARGET}:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
show-images-${TARGET}:
<<: *default
commands:
- ls -alh
- ls -alh output/
- ls -alh gluon/output/
create_file:
<<: *default
commands:
- touch /${TARGET}.test
- touch /test.test
# upload:
# image: appleboy/drone-scp