Exclude proof session from default build.
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Achim D. Brucker 2023-02-21 08:17:18 +00:00
parent 3e41871b17
commit 080d867587
1 changed files with 1 additions and 2 deletions

View File

@ -8,9 +8,8 @@ pipeline:
- export `isabelle getenv ISABELLE_HOME_USER`
- mkdir -p $ISABELLE_HOME_USER/etc
- echo "ISABELLE_PDFLATEX=\"$LATEX --file-line-error\"" >> $ISABELLE_HOME_USER/etc/settings
- isabelle build -D . -X proofs -o browser_info
- isabelle build -D . -x Isabelle_DOF-Proofs -o browser_info
- isabelle components -u .
- isabelle build -D . -X proofs -o browser_info
- isabelle dof_mkroot -q DOF_test
- isabelle build -D DOF_test
- cp -r $ISABELLE_HOME_USER/browser_info $ARTIFACT_DIR