This commit is contained in:
Achim D. Brucker 2019-01-05 17:45:30 +00:00
rodič 270d675500
revize 0e44f9d23d
1 změnil soubory, kde provedl 10 přidání a 0 odebrání

10
.ci/Jenkinsfile vendorováno Normal file
Zobrazit soubor

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/UPF:/UPF logicalhacking:isabelle2018 isabelle build -D /UPF'
}
}
}
}