This commit is contained in:
Achim D. Brucker 2020-12-19 15:01:24 +00:00
parent d52dcec0f7
commit 1a1dbc9dc8
2 ha cambiato i file con 11 aggiunte e 1 eliminazioni

10
.ci/Jenkinsfile esterno Normal file
Vedi File

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/Core_DOM:/Core_DOM logicalhacking:isabelle2020 isabelle build -D /SC_DOM_Components'
}
}
}
}

Vedi File

@ -1,6 +1,6 @@
chapter AFP
session "SC_DOM_Components" (AFP) = "Shadow_SC_DOM" +
session "SC_DOM_Components-devel" (AFP) = "Shadow_SC_DOM" +
options [timeout = 2400]
theories
Core_DOM_DOM_Components