This website works better with JavaScript.
Home
Help
Sign In
afp-mirror
/
Core_SC_DOM
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Initial commit.
main
Achim D. Brucker
1 month ago
parent
95bafcc6bd
commit
90488e71d0
2 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.ci/Jenkinsfile
+1
-1
Core_SC_DOM/ROOT
+ 10
- 0
.ci/Jenkinsfile
View 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 /Core_SC_DOM-devel'
}
}
}
}
+ 1
- 1
Core_SC_DOM/ROOT
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save