forkattu lähteestä afp-mirror/Core_DOM
1
0
Fork 0

Initial commit.

This commit is contained in:
Achim D. Brucker 2019-01-05 17:59:45 +00:00
vanhempi cca8ecb407
commit c5258d8c59
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa

10
.ci/Jenkinsfile vendored Normal file
Näytä tiedosto

@ -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'
}
}
}
}