enabled targets and actual build

This commit is contained in:
Nils Stinnesbeck 2023-05-23 09:51:58 +02:00
parent f85893dc1f
commit e4c9082440
Signed by: nils
GPG Key ID: C52E07422A136076
3 changed files with 36 additions and 36 deletions

View File

@ -19,22 +19,22 @@ clone:
recursive: true recursive: true
pipeline: pipeline:
# make_update: make_update:
# <<: *default <<: *default
# commands: commands:
# - cd gluon - cd gluon
# - make update - make update
#
# patch-iw-to-iw-full:
# <<: *default
# commands:
# - sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
# build-${TARGET}: patch-iw-to-iw-full:
# <<: *default <<: *default
# commands: commands:
# - cd gluon - sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
# - make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
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}: show-images-${TARGET}:
<<: *default <<: *default
@ -58,27 +58,27 @@ matrix:
TARGET: TARGET:
- ath79-generic - ath79-generic
- ath79-mikrotik - ath79-mikrotik
# - ath79-nand - ath79-nand
# - bcm27xx-bcm2708 - bcm27xx-bcm2708
# - bcm27xx-bcm2709 - bcm27xx-bcm2709
# - ipq40xx-generic - ipq40xx-generic
# - ipq40xx-mikrotik - ipq40xx-mikrotik
# - ipq806x-generic - ipq806x-generic
# - lantiq-xrx200 - lantiq-xrx200
# - lantiq-xway - lantiq-xway
# - mediatek-mt7622 - mediatek-mt7622
# - mpc85xx-p1010 - mpc85xx-p1010
# - mpc85xx-p1020 - mpc85xx-p1020
# - ramips-mt7620 - ramips-mt7620
# - ramips-mt7621 - ramips-mt7621
# - ramips-mt76x8 - ramips-mt76x8
# - realtek-rtl838x - realtek-rtl838x
# - rockchip-armv8 - rockchip-armv8
# - sunxi-cortexa7 - sunxi-cortexa7
# - x86-64 - x86-64
# - x86-generic - x86-generic
# - x86-geode - x86-geode
# - x86-legacy - x86-legacy
depends_on: depends_on:
- prepare - prepare