Migration to Isabelle 2020.

This commit is contained in:
Achim D. Brucker 2020-05-23 10:54:07 +01:00
parent ae982dface
commit 5a35bc7ca0
1 changed files with 1 additions and 1 deletions

2
.ci/Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { 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'
} }
} }
} }