Initial commit.

这个提交包含在:
Achim D. Brucker 2020-12-19 10:58:52 +00:00
父节点 95bafcc6bd
当前提交 90488e71d0
共有 2 个文件被更改,包括 11 次插入1 次删除

10
.ci/Jenkinsfile vendored 普通文件
查看文件

@ -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 /Core_SC_DOM-devel'
}
}
}
}

查看文件

@ -1,6 +1,6 @@
chapter AFP
session "Core_SC_DOM" (AFP) = "HOL-Library" +
session "Core_SC_DOM-devel" (AFP) = "HOL-Library" +
options [timeout = 1500]
directories
"common"