aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2021-11-25 19:04:24 +0100
committerY. Wang <yw05@forksworld.de>2021-11-25 19:04:24 +0100
commitfeb80f4e4aa03b3554aa5120c106311acf13ea6f (patch)
treef4aec3b921b3fb18f8af227f3208a4a062210daf /.build.yml
parentaafbf456adb28730cbb8451c3889f530b841e5c9 (diff)
downloadadvtrains-feb80f4e4aa03b3554aa5120c106311acf13ea6f.tar.gz
advtrains-feb80f4e4aa03b3554aa5120c106311acf13ea6f.tar.bz2
advtrains-feb80f4e4aa03b3554aa5120c106311acf13ea6f.zip
CI: add missing packages, use nonstopmode instead of batchmode
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 36c8f54..335aa0c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -7,6 +7,8 @@ packages:
- wget
- lua-busted
- texlive-latex-base
+- texlive-latex-extra
+- texlive-fonts-extra
- texlive-pictures
- texlive-science
sources :
@@ -57,6 +59,6 @@ tasks:
sed -E '2s/a4paper/a5paper/' manual.tex > a5manual.tex
for i in manual.tex a5manual.tex; do
for run in {1..2}; do
- pdflatex -interaction=batchmode -halt-on-error -output-format=pdf $i
+ pdflatex -interaction=nonstopmode -halt-on-error -output-format=pdf $i
done
done