CI! ramips mt7621 4.19 wip/ramips-4.19
authorPetr Štetiar <ynezz@true.cz>
Fri, 6 Dec 2019 09:35:34 +0000 (10:35 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 7 Dec 2019 00:56:49 +0000 (01:56 +0100)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.gitlab-ci.yml [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..77a4312
--- /dev/null
@@ -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