summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index de01be4..49833d4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,10 +1,6 @@
image: debian/unstable
packages:
- context
- - texlive
- - texlive-extra-utils
- - texlive-latex-extra
- - latexmk
sources:
- https://git.sr.ht/~ymherklotz/lsr22_fvhls
secrets:
@@ -12,6 +8,6 @@ secrets:
tasks:
- build: |
cd lsr22_fvhls
- make main.pdf
+ make REBUILD_DEPS=no main.pdf
artifacts:
- lsr22_fvhls/main.pdf