summaryrefslogtreecommitdiff
path: root/check
blob: c438751ba8a42b0a6400fdd6b9458ccb680f21f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -euo pipefail

subplot docgen README.md -o README.pdf
subplot docgen README.md -o README.html

subplot codegen README.md -o test.py
rm -f test.log fail.tar.gz
python3 test.py --log test.log --save-on-failure test.log

echo OK