Migration to Isabelle 2020.

这个提交包含在:
Achim D. Brucker 2020-05-23 11:08:37 +01:00
父节点 98df203945
当前提交 603afc9bc7
共有 2 个文件被更改,包括 7 次插入2 次删除

2
.ci/Jenkinsfile vendored
查看文件

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

查看文件

@ -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"