CI! bcm27xx/bcm2708 wip/bcm27xx-ov5647
authorPetr Štetiar <ynezz@true.cz>
Fri, 6 Dec 2019 09:35:34 +0000 (10:35 +0100)
committerPetr Štetiar <ynezz@true.cz>
Wed, 26 Feb 2020 10:02:39 +0000 (11:02 +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..9971989
--- /dev/null
@@ -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