Fixed build command.

This commit is contained in:
Achim D. Brucker 2020-12-19 20:22:43 +00:00
rodič 7991e67655
revize 7a61fa0ba1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

2
.ci/Jenkinsfile vendorováno
Zobrazit soubor

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/Core_DOM:/Core_DOM logicalhacking:isabelle2020 isabelle build -D /Core_SC_DOM-devel'
sh 'docker run -v $PWD/Core_DOM:/Core_DOM logicalhacking:isabelle2020 isabelle build -D /Core_SC_DOM'
}
}
}