Use docker.
adbrucker/authorarchive/master This commit looks good Podrobnosti

This commit is contained in:
Achim D. Brucker 2019-06-22 19:41:26 +01:00
rodič ce40e1027f
revize 921fb2cbe3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

2
.ci/Jenkinsfile vendorováno
Zobrazit soubor

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build PDFs') {
steps {
sh 'cd examples && (for i in *.tex; do pdflatex $i; pdflatex $i; pdflatex $i; done)'
sh 'docker run -v $PWD/:/authorarchive logicalhacking:debian4isabelle sh -c "cd /authorarchive/examples && (for i in *.tex; do pdflatex \\$i; pdflatex \\$i; pdflatex \\$i; done)"'
}
}
}