CI! ramips mt7621 4.19
[openwrt/staging/ynezz.git] / .gitlab-ci.yml
1 include:
2 - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml
3 - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/target.yml
4
5 variables:
6 CI_TARGET_BUILD_CONFIG_EXTRA: CONFIG_TESTING_KERNEL=y
7
8 .target build ramips mt7620:
9 extends: .openwrt-target-build
10
11 target build ramips mt7621:
12 extends: .openwrt-target-build
13
14 .target build ramips rt305x:
15 extends: .openwrt-target-build
16
17 .target build ramips mt76x8:
18 extends: .openwrt-target-build
19
20 .target build ramips rt288x:
21 extends: .openwrt-target-build
22
23 .target build ramips rt3883:
24 extends: .openwrt-target-build