.gitlab-ci.yml 933 B

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