Radish alpha
r
Radicle CI adapter for native CI
Radicle
Git (anonymous pull)
Log in to clone via SSH
L
Lars Wirzenius
doc: first draft of architecture document
CI — 1 passed, 0 failed
z6MkkYez...mgx8 success
2 years ago ccf794d2a00a837f078d65d0c982a814ad4acbd9 History
radicle-native-ci doc Makefile
.SUFFIXES: .uml .svg .pik .md .html

.md.html:
	pandoc --toc --standalone --self-contained $< -o $@

.uml.svg:
	plantuml -tsvg --output=. $<

.pik.svg:
	pikchr-cli $< > $@.tmp
	mv $@.tmp $@

all: architecture.html

architecture.html: architecture.svg test.svg