Migration to Isabelle 2020.

This commit is contained in:
Achim D. Brucker 2020-05-23 11:08:37 +01:00
vecāks 98df203945
revīzija 603afc9bc7
2 mainīti faili ar 7 papildinājumiem un 2 dzēšanām

2
.ci/Jenkinsfile ārējs
Parādīt failu

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

Parādīt failu

@ -1,9 +1,14 @@
chapter AFP
session "Featherweight_OCL-devel" (AFP) = HOL +
session Featherweight_OCL-devel (AFP) = HOL +
description "Featherweight-OCL"
options [document_variants = "annex-a=annexa,-theory,-afp,-proof,-ML:document=afp,-annexa:outline=-annexa,afp,/proof,/ML",
show_question_marks = false, timeout = 600]
directories
"basic_types"
"collection_types"
"examples/Employee_Model/Analysis"
"examples/Employee_Model/Design"
theories
UML_Main
"examples/Employee_Model/Analysis/Analysis_OCL"