2025-04-29 21:11:10 +08:00
|
|
|
matrix:
|
2025-05-08 04:41:17 +08:00
|
|
|
bazel:
|
|
|
|
- 7.x
|
|
|
|
- 8.x
|
|
|
|
- rolling
|
|
|
|
unix_platform:
|
|
|
|
- debian11
|
|
|
|
- ubuntu2204
|
|
|
|
- macos
|
|
|
|
- macos_arm64
|
|
|
|
win_platform:
|
|
|
|
- windows
|
|
|
|
|
2025-04-29 21:11:10 +08:00
|
|
|
tasks:
|
2025-05-08 04:41:17 +08:00
|
|
|
|
|
|
|
unix_test:
|
|
|
|
name: Verify build targets on Unix
|
|
|
|
platform: ${{ unix_platform }}
|
2025-04-29 21:11:10 +08:00
|
|
|
bazel: ${{ bazel }}
|
2025-05-08 04:41:17 +08:00
|
|
|
build_flags:
|
|
|
|
- --cxxopt=-std=c++20
|
2025-04-29 21:11:10 +08:00
|
|
|
build_targets:
|
|
|
|
- '@ftxui//:dom'
|
|
|
|
- '@ftxui//:component'
|
2025-05-08 04:41:17 +08:00
|
|
|
- '@ftxui//:screen'
|
2025-04-29 21:11:10 +08:00
|
|
|
|
2025-05-08 04:41:17 +08:00
|
|
|
windows_test:
|
|
|
|
name: Verify build targets
|
|
|
|
platform: ${{ win_platform }}
|
|
|
|
bazel: ${{ bazel }}
|
|
|
|
build_flags:
|
|
|
|
- --cxxopt=/std:c++20
|
|
|
|
build_targets:
|
|
|
|
- '@ftxui//:dom'
|
|
|
|
- '@ftxui//:component'
|
|
|
|
- '@ftxui//:screen'
|