diff options
author | Arun Isaac | 2022-01-24 00:02:47 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-24 00:02:47 +0530 |
commit | e07c1f90f5436559839dea7c0231dd3ee36678ce (patch) | |
tree | 9a9541a189086387f6bcb6524a3208cf6032d66d | |
parent | 00a54e7fb0475bc701885063b123938105346cd9 (diff) | |
download | run64-e07c1f90f5436559839dea7c0231dd3ee36678ce.tar.gz run64-e07c1f90f5436559839dea7c0231dd3ee36678ce.tar.lz run64-e07c1f90f5436559839dea7c0231dd3ee36678ce.zip |
README: Add CI badge.
* README.org (ci-badge): New macro.
Add CI badge.
-rw-r--r-- | README.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ #+TITLE: run64 +#+MACRO: ci-badge [[https://ci.systemreboot.net/jobs/$1][https://ci.systemreboot.net/badge/$1.svg]] + +{{{ci-badge(run64-website)}}} run64 is a [[https://srfi.schemers.org/srfi-64/srfi-64.html][SRFI-64]] runner. It is a convenience script to run SRFI-64 tests and generate pretty, readable, colorful output. run64 is meant |