mirror of
https://github.com/Z3Prover/z3
synced 2026-08-01 19:54:04 +00:00
Add F* master workflow badge to README build ribbons (#10279)
Adds visibility for the `fstar-master-build.yml` GitHub Actions workflow in `README.md` alongside existing build/status ribbons so its health is visible from the repository landing page. - **Scope** - Updated the **Scheduled Workflows** badge table in `README.md` to include the F\* master workflow. - **README updates** - Added a new column header: `F* Master Build`. - Added the corresponding badge/link pair pointing to: - `https://github.com/Z3Prover/z3/actions/workflows/fstar-master-build.yml` ```md | ... | Cross Build | F* Master Build | | ... | [](.../cross-build.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/fstar-master-build.yml) | ``` Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
parent
1ff3eaae8c
commit
fa7345cf8a
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ See the [release notes](RELEASE_NOTES.md) for notes on various stable releases o
|
|||
| [](https://github.com/Z3Prover/z3/actions/workflows/wasm.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/Windows.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/ci.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/ocaml.yaml) |
|
||||
|
||||
### Scheduled Workflows
|
||||
| Open Bugs | Android Build | Pyodide Wheel (PyPI) | Nightly Build | Cross Build |
|
||||
| -----------|---------------|---------------|---------------|-------------|
|
||||
| [](https://github.com/Z3Prover/z3/actions/workflows/wip.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/pyodide-pypi.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/nightly.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/cross-build.yml) |
|
||||
| Open Bugs | Android Build | Pyodide Wheel (PyPI) | Nightly Build | Cross Build | F* Master Build |
|
||||
| -----------|---------------|---------------|---------------|-------------|------------------|
|
||||
| [](https://github.com/Z3Prover/z3/actions/workflows/wip.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/pyodide-pypi.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/nightly.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/cross-build.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/fstar-master-build.yml) |
|
||||
|
||||
| MSVC Static | MSVC Clang-CL | Build Z3 Cache | Memory Safety | Mark PRs Ready |
|
||||
|-------------|---------------|----------------|---------------|----------------|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue