aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.woodpecker/.latex.yaml8
-rw-r--r--philhl/Makefile2
2 files changed, 10 insertions, 0 deletions
diff --git a/.woodpecker/.latex.yaml b/.woodpecker/.latex.yaml
new file mode 100644
index 0000000..1228045
--- /dev/null
+++ b/.woodpecker/.latex.yaml
@@ -0,0 +1,8 @@
+image: registry.gitlab.com/islandoftex/images/texlive:latest
+
+build:
+ script:
+ - make
+ artifacts:
+ paths:
+ - ./build/*.pdf
diff --git a/philhl/Makefile b/philhl/Makefile
index f407aba..8ef0deb 100644
--- a/philhl/Makefile
+++ b/philhl/Makefile
@@ -2,5 +2,7 @@
all: notes.pdf
%.pdf: %.tex
+ mkdir -p ../build
lualatex -interaction=nonstopmode $<
lualatex -interaction=nonstopmode $<
+ install $@ ../build