blob: 9e4829ccde30b7b61135aa1efcbebfc9aaf9b722 [file] [log] [blame]
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 8.x
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++17'
- '--cxxopt=-Wno-sign-compare'
- '--host_cxxopt=-std=c++17'
- '--host_cxxopt=-Wno-sign-compare'
build_targets:
- '@highs//...'