blob: 972feb71f2a6a79a9b486240ac2321796c3f0367 [file]
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@curl//:curl'
verify_targets_mbedtls:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@curl//:curl'
build_flags:
- '--@curl//:use_mbedtls=true'
verify_targets_http_only_disabled:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@curl//:curl'
build_flags:
- '--@curl//:http_only=false'