ustream-ssl: add support for using a fd instead of ustream as backing
[project/ustream-ssl.git] / .gitlab-ci.yml
1 variables:
2 CI_TARGET_BUILD_DEPENDS: libubox openssl
3
4 include:
5 - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml
6
7 various native checks with ustream-ssl/OpenSSL backend:
8 extends: .openwrt-native-build
9
10 various native checks with ustream-ssl/mbedTLS backend:
11 extends: .openwrt-native-build
12 variables:
13 CI_CMAKE_EXTRA_BUILD_ARGS: -DMBEDTLS=on
14
15 various native checks with ustream-ssl/wolfSSL backend:
16 extends: .openwrt-native-build
17 variables:
18 CI_CMAKE_EXTRA_BUILD_ARGS: -DWOLFSSL=on
19
20 build with Atheros ATH79 SDK (out of tree):
21 extends: .openwrt-sdk-oot-build_ath79-generic
22
23 build with Freescale i.MX Cortex-A9 SDK (out of tree):
24 extends: .openwrt-sdk-oot-build_imx-cortexa9
25
26 build with MIPS Malta CoreLV BE SDK (out of tree):
27 extends: .openwrt-sdk-oot-build_malta-be
28
29 build with Marvell Armada Cortex A-53 SDK (out of tree):
30 extends: .openwrt-sdk-oot-build_mvebu-cortexa53