uclient: fix http regression
[project/uclient.git] / .gitlab-ci.yml
1 variables:
2 CI_ENABLE_UNIT_TESTING: 1
3 CI_TARGET_BUILD_DEPENDS: uclient
4
5 include:
6 - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml
7 - local: .gitlab/wolfssl.yml
8
9 .native ustream-ssl backend:
10 extends: .openwrt-native-build
11
12 before_script:
13 - git clone https://git.openwrt.org/project/ustream-ssl.git
14 - |
15 cd ustream-ssl &&
16 git log -1 &&
17 export VERBOSE=1 &&
18 mkdir -p build && cd build &&
19 cmake .. -DCMAKE_INSTALL_PREFIX=/usr $CI_CMAKE_EXTRA_BUILD_ARGS && cd .. &&
20 make -j$(($(nproc)+1)) -C build &&
21 sudo make install -C build && cd ..
22
23 - cd $CI_PROJECT_DIR
24 - rm -fr ustream-ssl
25
26 various native checks with ustream-ssl/wolfSSL backend (master branch):
27 extends: .ustream-ssl wolfSSL master
28
29 various native checks with ustream-ssl/wolfSSL backend (release branch):
30 extends: .ustream-ssl wolfSSL release
31
32 various native checks with ustream-ssl/OpenSSL backend:
33 extends: .native ustream-ssl backend
34
35 various native checks with ustream-ssl/mbedTLS backend:
36 extends: .native ustream-ssl backend
37 variables:
38 CI_CMAKE_EXTRA_BUILD_ARGS: -DMBEDTLS=on
39
40 build with Atheros ATH79 SDK (out of tree):
41 extends: .openwrt-sdk-oot-build_ath79-generic
42
43 build with Freescale i.MX 6 SDK (out of tree):
44 extends: .openwrt-sdk-oot-build_imx6-generic
45
46 build with MIPS Malta CoreLV BE SDK (out of tree):
47 extends: .openwrt-sdk-oot-build_malta-be
48
49 build with Marvell Armada Cortex A-53 SDK (out of tree):
50 extends: .openwrt-sdk-oot-build_mvebu-cortexa53