Migration to Isabelle 2020.

This commit is contained in:
Achim D. Brucker 2020-05-23 11:38:48 +01:00
rodič f70c859a01
revize 860651df99
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

2
.ci/Jenkinsfile vendorováno
Zobrazit soubor

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