summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 9e035fb230de46f5d9550300b16d71a59056c5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
variables:
  CI_TARGET_BUILD_DEPENDS: libubox openssl

include:
  - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml

various native checks with ustream-ssl/OpenSSL backend:
  extends: .openwrt-native-build

various native checks with ustream-ssl/mbedTLS backend:
  extends: .openwrt-native-build
  variables:
    CI_CMAKE_EXTRA_BUILD_ARGS: -DMBEDTLS=on

various native checks with ustream-ssl/wolfSSL backend:
  extends: .openwrt-native-build
  variables:
    CI_CMAKE_EXTRA_BUILD_ARGS: -DWOLFSSL=on

build with Atheros ATH79 SDK (out of tree):
  extends: .openwrt-sdk-oot-build_ath79-generic

build with Freescale i.MX Cortex-A9 SDK (out of tree):
  extends: .openwrt-sdk-oot-build_imx-cortexa9

build with MIPS Malta CoreLV BE SDK (out of tree):
  extends: .openwrt-sdk-oot-build_malta-be

build with Marvell Armada Cortex A-53 SDK (out of tree):
  extends: .openwrt-sdk-oot-build_mvebu-cortexa53