Migration to Isabelle 2020.

This commit is contained in:
Achim D. Brucker 2020-05-23 11:38:48 +01:00
parent f70c859a01
commit 860651df99
1 changed files with 1 additions and 1 deletions

2
.ci/Jenkinsfile vendored
View File

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