This website works better with JavaScript.
Home
Help
Sign In
afp-mirror
/
Extended_Finite_State_Machines
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Initial commit.
tags/afp-Extended_Finite_State_Machines-current-Isabelle2020^0
Achim D. Brucker
4 weeks ago
parent
d456a3965d
commit
73b3b13ab0
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:isabelle2020 isabelle build -D /Extended_Finite_State_Machines'
}
}
}
}
Write
Preview
Loading…
Cancel
Save