From: Petr Štetiar Date: Fri, 6 Dec 2019 09:35:34 +0000 (+0100) Subject: CI! ramips mt7621 4.19 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=79376e271daf0b73622e075a3a32a213542678f5;p=openwrt%2Fstaging%2Fynezz.git CI! ramips mt7621 4.19 Signed-off-by: Petr Štetiar --- 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