Remove old output directories.
Isabelle_DOF/Isabelle_DOF/master This commit looks good Details

This commit is contained in:
Achim D. Brucker 2019-07-20 22:30:31 +01:00
parent 8148b7fc38
commit 869f1615cd
1 changed files with 1 additions and 0 deletions

1
.ci/Jenkinsfile vendored
View File

@ -19,6 +19,7 @@ pipeline {
}
stage('Build Isabelle/DOF') {
steps {
sh 'find -type d -name "output" -exec rm -rf {} \\; || true'
sh 'docker run -v $PWD:/DOF logicalhacking:isabelle4dof sh -c "cd /DOF && ./install && isabelle build -D ."'
}
}