set up tytanic with basic test

This commit is contained in:
2025-07-14 18:04:26 +02:00
parent 5e70e5179f
commit cdfdd96966
4 changed files with 17 additions and 1 deletions

View File

@ -9,4 +9,10 @@ manual:
gallery:
for f in "{{gallery_dir}}"/*.typ; do typst c --root . "$f" "${f%typ}pdf"; done
for f in "{{gallery_dir}}"/readme/*.typ; do typst c --root . "$f" "${f%typ}png"; done
for f in "{{gallery_dir}}"/readme/*.typ; do typst c --root . "$f" "${f%typ}png"; done
test *filter:
tt run {{filter}}
update-test *filter:
tt update {{filter}}