Fix voor template, hopelijk nu werkend op buildsetup
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-16 00:31:46 +01:00
parent 108ef1755a
commit adcf470b30
3 changed files with 4 additions and 5 deletions

1
Jenkinsfile vendored
View File

@@ -10,7 +10,6 @@ pipeline {
}
steps {
echo 'Starting build step...'
sh 'tlmgr install libertinus'
sh 'latexmk -pdf -outdir=out main_text.tex'
}
}