Poging met een dockerfile
Some checks reported errors
gitea/real_analysis/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea/real_analysis/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
FROM kjarosh/latex:2025.1
|
||||||
|
RUN tlmgr install libertinus
|
||||||
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -2,15 +2,9 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
agent {
|
agent { dockerfile true }
|
||||||
docker {
|
|
||||||
image 'kjarosh/latex:2025.1'
|
|
||||||
reuseNode true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
echo 'Starting build step...'
|
echo 'Starting build step...'
|
||||||
sh 'tlmgr install libertinus'
|
|
||||||
sh 'latexmk -pdf -outdir=out main_text.tex'
|
sh 'latexmk -pdf -outdir=out main_text.tex'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user