mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci,tools: implement support for VREPEAT_SILENT=1 and v repeat -S
, to only show the summary of the runs, without the progress lines
Some checks are pending
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
Workflow Lint / lint-yml-workflows (push) Waiting to run
Some checks are pending
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
Workflow Lint / lint-yml-workflows (push) Waiting to run
This commit is contained in:
parent
5a4dbf19d0
commit
6da1923884
2 changed files with 25 additions and 15 deletions
2
.github/workflows/other_ci.yml
vendored
2
.github/workflows/other_ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Build the repeat tool
|
||||
run: ./v cmd/tools/vrepeat.v
|
||||
- name: Run compare_pr_to_master.v
|
||||
run: ./v run .github/workflows/compare_pr_to_master.v
|
||||
run: VREPEAT_SILENT=1 ./v run .github/workflows/compare_pr_to_master.v
|
||||
|
||||
prevent-gpl-licenses:
|
||||
runs-on: ubuntu-24.04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue