From 79376e271daf0b73622e075a3a32a213542678f5 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! ramips mt7621 4.19 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Å tetiar --- .gitlab-ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..77a4312a5a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,24 @@ +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 ramips mt7620: + extends: .openwrt-target-build + +target build ramips mt7621: + extends: .openwrt-target-build + +.target build ramips rt305x: + extends: .openwrt-target-build + +.target build ramips mt76x8: + extends: .openwrt-target-build + +.target build ramips rt288x: + extends: .openwrt-target-build + +.target build ramips rt3883: + extends: .openwrt-target-build -- 2.30.2