From 9c4522278768b008515e6861ba61aa6479181ebe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Fri, 6 Dec 2019 10:35:34 +0100 Subject: [PATCH] CI! bcm27xx/bcm2708 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Å tetiar --- .gitlab-ci.yml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..9971989442 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,70 @@ +include: + - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml + - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/target.yml + +variables: + CI_TARGET_BUILD_CONFIG_EXTRA: CONFIG_TESTING_KERNEL=y + + +.target build ipq40xx generic: + extends: .openwrt-target-build + +.target build x86 64: + extends: .openwrt-target-build + + + +.target build ath79 generic: + extends: .openwrt-target-build + +.target build ipq806x generic: + extends: .openwrt-target-build + + +# bcm27xx +target build bcm27xx bcm2708: + extends: .openwrt-target-build + +.target build bcm27xx bcm2709: + extends: .openwrt-target-build + +.target build bcm27xx bcm2710: + extends: .openwrt-target-build + +.target build bcm27xx bcm2711: + extends: .openwrt-target-build + +# sunxi +.target build sunxi cortexa7: + extends: .openwrt-target-build + + +# ramips +.target build ramips mt7620: + extends: .openwrt-target-build + +.target build ramips mt7621: + extends: .openwrt-target-build + +.target build ramips mt76x8: + extends: .openwrt-target-build + +.target build ramips rt288x: + extends: .openwrt-target-build + +.target build ramips rt305x: + extends: .openwrt-target-build + +.target build ramips rt3883: + extends: .openwrt-target-build + + +# mvebu +.target build mvebu cortexa72: + extends: .openwrt-target-build + +.target build mvebu cortexa53: + extends: .openwrt-target-build + +.target build mvebu cortexa9: + extends: .openwrt-target-build -- 2.30.2