Migration to Isabelle 2020.

Cette révision appartient à :
Achim D. Brucker 2020-05-23 10:54:07 +01:00
Parent ae982dface
révision 5a35bc7ca0
1 fichiers modifiés avec 1 ajouts et 1 suppressions

2
.ci/Jenkinsfile externe
Voir le fichier

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