to catch accidental breakages or format changes during build.
Signed-off-by: Armin Preiml <apreiml@strohwolke.at>
---
ecs: thanks for the hint. It's way cleaner this way.
.builds/alpine.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index b9c95cce..6e5b9a3d 100644
--- a/.builds/alpine.yml+++ b/.builds/alpine.yml
@@ -68,6 +68,14 @@ tasks:
echo "bootstrap makefiles out of date, run make bootstrap to regenerate"
exit 1
fi
+- genoiddb: |+ cd hare+ hare run cmd/genoiddb < encoding/asn1/stdoid/db.txt > encoding/asn1/stdoid/db.ha+ if [ -n "$(git status --porcelain)" ]+ then+ echo "Either encoding/asn1/stdoid/db.ha is out of date or something broke genoiddb"+ exit 1+ fi- docs: |
cd hare
make docs/html
--
2.45.2