This website works better with JavaScript.
Home
Help
Sign In
afp-mirror
/
UPF
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
Migration to Isabelle 2020.
tags/afp-UPF-current-Isabelle2020^0
Achim D. Brucker
7 months ago
parent
ae982dface
commit
5a35bc7ca0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.ci/Jenkinsfile
+ 1
- 1
.ci/Jenkinsfile
View File
@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/UPF:/UPF logicalhacking:isabelle20
19
isabelle build -D /UPF'
sh 'docker run -v $PWD/UPF:/UPF logicalhacking:isabelle20
20
isabelle build -D /UPF'
}
}
}
Write
Preview
Loading…
Cancel
Save