This website works better with JavaScript.
Home
Help
Sign In
afp-mirror
/
SC_DOM_Components
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Initial commit.
main
Achim D. Brucker
3 months ago
parent
d52dcec0f7
commit
1a1dbc9dc8
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
SC_DOM_Components/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 /SC_DOM_Components'
}
}
}
}
+ 1
- 1
SC_DOM_Components/ROOT
View 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
Write
Preview
Loading…
Cancel
Save