diff --git a/.woodpecker/prepare.yml b/.woodpecker/01_prepare.yml similarity index 100% rename from .woodpecker/prepare.yml rename to .woodpecker/01_prepare.yml diff --git a/.woodpecker/build.yml b/.woodpecker/02_build.yml similarity index 52% rename from .woodpecker/build.yml rename to .woodpecker/02_build.yml index 8c29600..2c9b7f4 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/02_build.yml @@ -19,22 +19,22 @@ clone: 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 + make_update: + <<: *default + commands: + - cd gluon + - make update -# build-${TARGET}: -# <<: *default -# commands: -# - cd gluon -# - make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable + 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 -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable show-images-${TARGET}: <<: *default @@ -58,27 +58,27 @@ 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 + - 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 depends_on: - prepare diff --git a/.woodpecker/upload.yml b/.woodpecker/03_upload.yml similarity index 100% rename from .woodpecker/upload.yml rename to .woodpecker/03_upload.yml