mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-05 22:01:13 +08:00

Some checks failed
Build / Bazel, ${{ matrix.compiler }}, ${{ matrix.os }} (cl, windows-latest) (push) Has been cancelled
Build / Bazel, ${{ matrix.compiler }}, ${{ matrix.os }} (gcc, macos-latest) (push) Has been cancelled
Build / Bazel, ${{ matrix.compiler }}, ${{ matrix.os }} (gcc, ubuntu-latest) (push) Has been cancelled
Build / Bazel, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, macos-latest) (push) Has been cancelled
Build / Bazel, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, ubuntu-latest) (push) Has been cancelled
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (cl, Windows MSVC, windows-latest) (push) Has been cancelled
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (gcc, Linux GCC, ubuntu-latest) (push) Has been cancelled
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, Linux Clang, ubuntu-latest) (push) Has been cancelled
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, MacOS clang, macos-latest) (push) Has been cancelled
Documentation / documentation (push) Has been cancelled
22 lines
368 B
YAML
22 lines
368 B
YAML
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'
|
|
|