Fix building
This commit is contained in:
parent
de1f6b96c7
commit
136a9ff0ff
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -4,7 +4,8 @@ node {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build PDF') {
|
stage('Build PDF') {
|
||||||
sh 'latexmk -c -xelatex -jobname=lsd-zf main.tex'
|
sh 'latexmk -xelatex -jobname=lsd-zf main.tex'
|
||||||
|
sh 'latexmk -c'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive PDF') {
|
stage('Archive PDF') {
|
||||||
|
|
Loading…
Reference in a new issue