mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
update status badge
This commit is contained in:
parent
f18a36cd2b
commit
1dac06321c
1 changed files with 6 additions and 3 deletions
|
@ -98,9 +98,12 @@ $ make test
|
||||||
|
|
||||||
| Implementation of runtime | build | test status |
|
| Implementation of runtime | build | test status |
|
||||||
|:----------------------------------|:------------------|:------------|
|
|:----------------------------------|:------------------|:------------|
|
||||||
| Handwritten ELF binary for i386-linux | `make` | [![i386-linux-handwritten](https://github.com/nineties/planckforth/workflows/i386-linux-handwritten/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:i386-linux-handwritten) |
|
| Handwritten ELF binary for i386-linux | `make` | [![testing
|
||||||
| C | `make c` | [![C](https://github.com/nineties/planckforth/workflows/C/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:C) |
|
i386-linux-handwritten](https://github.com/nineties/planckforth/actions/workflows/runtests-i386-linux-handwritten.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-i386-linux-handwritten.yaml) |
|
||||||
| Python 3.x | `make python` | [![python](https://github.com/nineties/planckforth/workflows/python/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:python) |
|
| C | `make c` | [![testing
|
||||||
|
c](https://github.com/nineties/planckforth/actions/workflows/runtests-c.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-c.yaml) |
|
||||||
|
| Python 3.x | `make python` | [![testing
|
||||||
|
python](https://github.com/nineties/planckforth/actions/workflows/runtests-python.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-python.yaml) |
|
||||||
|
|
||||||
# Benchmarks
|
# Benchmarks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue