mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-06 09:13:48 +08:00

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/1032 Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/1032
25 lines
521 B
YAML
25 lines
521 B
YAML
# Copyright 2025 Arthur Sonzogni. All rights reserved.
|
|
# Use of this source code is governed by the MIT license that can be found in
|
|
# the LICENSE file.
|
|
matrix:
|
|
platform:
|
|
- centos7
|
|
- debian10
|
|
- ubuntu2004
|
|
- macos
|
|
- windows
|
|
bazel: [6.x, 7.x, 8.x]
|
|
tasks:
|
|
verify_targets:
|
|
name: Build and test.
|
|
platform: ${{ platform }}
|
|
bazel: ${{ bazel }}
|
|
build_targets:
|
|
- '@ftxui//:ftxui'
|
|
- '@ftxui//:screen'
|
|
- '@ftxui//:dom'
|
|
- '@ftxui//:component'
|
|
test_targets:
|
|
- '@ftxui//:tests'
|
|
|