mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-16 08:04:21 +08:00
Update workflow
This commit is contained in:
@@ -1,25 +1,24 @@
|
||||
# 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.
|
||||
bcr_test_module:
|
||||
module_path: "."
|
||||
matrix:
|
||||
platform: [
|
||||
"debian11",
|
||||
"macos",
|
||||
"macos-arm64",
|
||||
"ubuntu2204",
|
||||
"windows",
|
||||
]
|
||||
bazel: [
|
||||
6.x,
|
||||
7.x,
|
||||
8.x,
|
||||
]
|
||||
tasks:
|
||||
run_tests:
|
||||
name: "Run test module"
|
||||
platform: ${{ platform }}
|
||||
bazel: ${{ bazel }}
|
||||
test_targets:
|
||||
- "//..."
|
||||
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'
|
||||
|
||||
|
Reference in New Issue
Block a user