Fixed build command.

This commit is contained in:
Achim D. Brucker 2020-12-19 20:45:44 +00:00
부모 7a8a506805
커밋 613d95a417
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

2
.ci/Jenkinsfile vendored
파일 보기

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