Compare commits

...

3 Commits

3 changed files with 10 additions and 4 deletions

2
.ci/Jenkinsfile vendored
View File

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

View File

@ -1,10 +1,16 @@
chapter AFP
session "Core_DOM-devel" (AFP) = "HOL-Library" +
options [timeout = 1200]
options [timeout = 1200]
directories
"classes"
"monads"
"pointers"
"preliminaries"
"tests"
theories
Core_DOM
Core_DOM_Tests
document_files
document_files
"root.tex"
"root.bib"

View File

@ -12,7 +12,7 @@ submitted (as an update of the Core_DOM entry) at a later stage.
## How to build
```
isabelle build -d Core_DOM Core_DOM
isabelle build -D Core_DOM
```
## Authors