From c19229bc2a09f891b81cdac0cd6e8e6f6041c9c2 Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 18 May 2020 21:14:19 -0600 Subject: [PATCH] .build.yml --- .build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..f6cd948 --- /dev/null +++ b/.build.yml @@ -0,0 +1,13 @@ +image: alpine/edge +packages: + - py3-pygments + - texlive-xetex + - texmf-dist-latexextra +sources: + - https://git.sr.ht/~edwargix/tallyard +tasks: + - pres: | + cd tallyard/doc/oresec-talk + make +artifacts: + - tallyard/doc/oresec-talk/tallyard.pdf -- 2.38.4