Migration to Isabelle 2020.

Este commit está contenido en:
Achim D. Brucker 2020-05-23 10:54:07 +01:00
padre ae982dface
commit 5a35bc7ca0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

2
.ci/Jenkinsfile vendido
Ver fichero

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/UPF:/UPF logicalhacking:isabelle2019 isabelle build -D /UPF'
sh 'docker run -v $PWD/UPF:/UPF logicalhacking:isabelle2020 isabelle build -D /UPF'
}
}
}