Enabeling build of Isabelle_DOF-Proofs session.

This commit is contained in:
Achim D. Brucker 2023-03-04 14:51:05 +00:00
parent 853158c916
commit 47c6ce78be
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,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 -v -x HOL-Proofs -x Isabelle_DOF-Proofs -D . -o browser_info
- isabelle build -x HOL-Proofs -x Isabelle_DOF-Proofs -D . -o browser_info
- if [ "$LATEX" == "lualatex" ]; then isabelle build -o 'timeout_scale=2' -D . -o browser_info; else echo "Skipping Isabelle_DOF-Proofs for pdflatex build."; fi
- isabelle components -u .
- isabelle dof_mkroot -q DOF_test
- isabelle build -D DOF_test