mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-08-24 21:06:37 +08:00
Compare commits
1 Commits
1d758899c3
...
2611664d5b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2611664d5b |
@ -1,9 +0,0 @@
|
|||||||
# Bazel Central Registry
|
|
||||||
|
|
||||||
When the ruleset is released, we want it to be published to the
|
|
||||||
Bazel Central Registry automatically:
|
|
||||||
<https://registry.bazel.build>
|
|
||||||
|
|
||||||
This folder contains configuration files to automate the publish step.
|
|
||||||
See <https://github.com/bazel-contrib/publish-to-bcr/blob/main/templates/README.md>
|
|
||||||
for authoritative documentation about these files.
|
|
@ -1,18 +0,0 @@
|
|||||||
# 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.
|
|
||||||
{
|
|
||||||
"homepage": "https://github.com/ArthurSonzogni/FTXUI",
|
|
||||||
"maintainers": [
|
|
||||||
{
|
|
||||||
"name": "Arthur Sonzogni",
|
|
||||||
"email": "sonzogniarthur@gmail.com",
|
|
||||||
"github": "ArthurSonzogni"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repository": [
|
|
||||||
"github:ArthurSonzogni/FTXUI"
|
|
||||||
],
|
|
||||||
"versions": [],
|
|
||||||
"yanked_versions": {}
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"homepage": "https://github.com/ArthurSonzogni/FTXUI",
|
|
||||||
"maintainers": [
|
|
||||||
{
|
|
||||||
"name": "Arthur Sonzogni",
|
|
||||||
"email": "sonzogniarthur@gmail.com",
|
|
||||||
"github": "ArthurSonzogni",
|
|
||||||
"github_user_id": 4759106
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repository": [
|
|
||||||
"github:ArthurSonzogni/FTXUI"
|
|
||||||
],
|
|
||||||
"versions": [],
|
|
||||||
"yanked_versions": {}
|
|
||||||
}
|
|
@ -1,25 +0,0 @@
|
|||||||
# 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:
|
|
||||||
- "//..."
|
|
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"integrity": "",
|
|
||||||
"strip_prefix": "{REPO}-{VERSION}",
|
|
||||||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
|
|
||||||
}
|
|
28
.github/workflows/publish_to_bcr.yaml
vendored
28
.github/workflows/publish_to_bcr.yaml
vendored
@ -1,28 +0,0 @@
|
|||||||
on:
|
|
||||||
# Run the publish workflow after a successful release.
|
|
||||||
workflow_call:
|
|
||||||
inputs:
|
|
||||||
tag_name:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
# Allow manual triggering of the workflow.
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
tag_name:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
publish:
|
|
||||||
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@[version]
|
|
||||||
with:
|
|
||||||
tag_name: ${{ inputs.tag_name }}
|
|
||||||
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
|
|
||||||
registry_fork: ArthurSonzogni/bazel-central-registry
|
|
||||||
permissions:
|
|
||||||
attestations: write
|
|
||||||
contents: write
|
|
||||||
id-token: write
|
|
||||||
secrets:
|
|
||||||
publish_token: ${{ secrets.PUBLISH_TOKEN }}
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,7 +35,6 @@ out/
|
|||||||
|
|
||||||
# bazel directory:
|
# bazel directory:
|
||||||
!bazel/**/*.bzl
|
!bazel/**/*.bzl
|
||||||
!.bcr/*
|
|
||||||
|
|
||||||
# doc directory:
|
# doc directory:
|
||||||
!doc/**/Doxyfile.in
|
!doc/**/Doxyfile.in
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
# FTXUI Module.
|
# FTXUI Module.
|
||||||
module(name = "ftxui", version = "6.0.3")
|
module(name = "ftxui", version = "6.0.3")
|
||||||
|
|
||||||
|
@ -1,4 +1 @@
|
|||||||
# 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.
|
|
||||||
workspace(name = "ftxui")
|
workspace(name = "ftxui")
|
||||||
|
Loading…
Reference in New Issue
Block a user