Initial commit.

This commit is contained in:
Achim D. Brucker 2020-12-19 15:01:24 +00:00
父節點 d52dcec0f7
當前提交 1a1dbc9dc8
共有 2 個文件被更改,包括 11 次插入1 次删除

10
.ci/Jenkinsfile vendored Normal 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'
}
}
}
}

查看文件

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