summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..de01be4
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,17 @@
+image: debian/unstable
+packages:
+ - context
+ - texlive
+ - texlive-extra-utils
+ - texlive-latex-extra
+ - latexmk
+sources:
+ - https://git.sr.ht/~ymherklotz/lsr22_fvhls
+secrets:
+ - f1c07b45-32bd-4559-b370-28e59e4c11e1
+tasks:
+ - build: |
+ cd lsr22_fvhls
+ make main.pdf
+artifacts:
+ - lsr22_fvhls/main.pdf