This website works better with JavaScript.
Home
Help
Sign In
BrowserSecurity
/
Core_DOM-dev
forked from
afp-mirror/Core_DOM
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Initial commit.
tags/before_merge
Achim D. Brucker
2 years ago
parent
cca8ecb407
commit
c5258d8c59
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.ci/Jenkinsfile
+ 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:isabelle2018 isabelle build -D /Core_DOM'
}
}
}
}