Migration to Isabelle 2020.

このコミットが含まれているのは:
Achim D. Brucker 2020-05-23 11:38:48 +01:00
コミット 860651df99
1個のファイルの変更1行の追加1行の削除

2
.ci/Jenkinsfile vendored
ファイルの表示

@ -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'
}
}
}