testing with next
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
ci/woodpecker/tag/build-beta Pipeline is pending
ci/woodpecker/tag/build-experimental Pipeline is pending
ci/woodpecker/tag/build-stable Pipeline is pending
ci/woodpecker/tag/prepare Pipeline is pending
ci/woodpecker/tag/prepare_next Pipeline is pending
ci/woodpecker/tag/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
ci/woodpecker/tag/build-beta Pipeline is pending
ci/woodpecker/tag/build-experimental Pipeline is pending
ci/woodpecker/tag/build-stable Pipeline is pending
ci/woodpecker/tag/prepare Pipeline is pending
ci/woodpecker/tag/prepare_next Pipeline is pending
ci/woodpecker/tag/publish Pipeline is pending
This commit is contained in:
parent
9926d7f9cd
commit
d5eeb69b68
84
.woodpecker/build-beta.yml
Normal file
84
.woodpecker/build-beta.yml
Normal file
@ -0,0 +1,84 @@
|
||||
---
|
||||
platform: linux/arm64
|
||||
|
||||
variables:
|
||||
- &default
|
||||
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
|
||||
pull: true
|
||||
environment:
|
||||
- input_version=${CI_COMMIT_TAG}
|
||||
- GLUON_SITEDIR=..
|
||||
- FORCE_UNSAFE_CONFIGURE=1
|
||||
- GLUON_TARGET=${TARGET}
|
||||
- GLUON_DEPRECATED=1
|
||||
|
||||
workspace:
|
||||
base: /build
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
recursive: true
|
||||
|
||||
pipeline:
|
||||
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:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||
|
||||
upload:
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: 46.4.138.183
|
||||
user: fwupload
|
||||
key:
|
||||
from_secret: ssh-key
|
||||
strip_components: 2
|
||||
target: /srv/fwuploads-tmp/troisdorf/multi/
|
||||
source: gluon/output/${BRANCH}/*
|
||||
when:
|
||||
event: tag
|
||||
|
||||
matrix:
|
||||
TARGET:
|
||||
- ath79-generic
|
||||
- ath79-mikrotik
|
||||
- ath79-nand
|
||||
- bcm27xx-bcm2708
|
||||
- bcm27xx-bcm2709
|
||||
- ipq40xx-generic
|
||||
- ipq40xx-mikrotik
|
||||
- ipq806x-generic
|
||||
- lantiq-xrx200
|
||||
- lantiq-xway
|
||||
- mediatek-mt7622
|
||||
- mpc85xx-p1010
|
||||
- mpc85xx-p1020
|
||||
- ramips-mt7620
|
||||
- ramips-mt7621
|
||||
- ramips-mt76x8
|
||||
- realtek-rtl838x
|
||||
- rockchip-armv8
|
||||
- sunxi-cortexa7
|
||||
- x86-64
|
||||
- x86-generic
|
||||
- x86-geode
|
||||
- x86-legacy
|
||||
BRANCH:
|
||||
- beta
|
||||
|
||||
depends_on:
|
||||
- prepare
|
84
.woodpecker/build-experimental.yml
Normal file
84
.woodpecker/build-experimental.yml
Normal file
@ -0,0 +1,84 @@
|
||||
---
|
||||
platform: linux/arm64
|
||||
|
||||
variables:
|
||||
- &default
|
||||
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
|
||||
pull: true
|
||||
environment:
|
||||
- input_version=${CI_COMMIT_TAG}
|
||||
- GLUON_SITEDIR=..
|
||||
- FORCE_UNSAFE_CONFIGURE=1
|
||||
- GLUON_TARGET=${TARGET}
|
||||
- GLUON_DEPRECATED=1
|
||||
|
||||
workspace:
|
||||
base: /build
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
recursive: true
|
||||
|
||||
pipeline:
|
||||
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:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||
|
||||
upload:
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: 46.4.138.183
|
||||
user: fwupload
|
||||
key:
|
||||
from_secret: ssh-key
|
||||
strip_components: 2
|
||||
target: /srv/fwuploads-tmp/troisdorf/multi/
|
||||
source: gluon/output/${BRANCH}/*
|
||||
when:
|
||||
event: tag
|
||||
|
||||
matrix:
|
||||
TARGET:
|
||||
- ath79-generic
|
||||
- ath79-mikrotik
|
||||
- ath79-nand
|
||||
- bcm27xx-bcm2708
|
||||
- bcm27xx-bcm2709
|
||||
- ipq40xx-generic
|
||||
- ipq40xx-mikrotik
|
||||
- ipq806x-generic
|
||||
- lantiq-xrx200
|
||||
- lantiq-xway
|
||||
- mediatek-mt7622
|
||||
- mpc85xx-p1010
|
||||
- mpc85xx-p1020
|
||||
- ramips-mt7620
|
||||
- ramips-mt7621
|
||||
- ramips-mt76x8
|
||||
- realtek-rtl838x
|
||||
- rockchip-armv8
|
||||
- sunxi-cortexa7
|
||||
- x86-64
|
||||
- x86-generic
|
||||
- x86-geode
|
||||
- x86-legacy
|
||||
BRANCH:
|
||||
- experimental
|
||||
|
||||
depends_on:
|
||||
- prepare
|
@ -78,7 +78,7 @@ matrix:
|
||||
- x86-geode
|
||||
- x86-legacy
|
||||
BRANCH:
|
||||
- beta
|
||||
- stable
|
||||
|
||||
depends_on:
|
||||
- prepare
|
Loading…
Reference in New Issue
Block a user