Exclude proof session from default build.

This commit is contained in:
Achim D. Brucker 2023-02-19 20:51:28 +00:00
parent f7b4cf67f7
commit e4a8ad4227
2 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ 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 . -o browser_info
- isabelle build -D . -X proofs -o browser_info
- isabelle components -u .
- isabelle build -D . -o browser_info
- 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

View File

@ -1,4 +1,4 @@
session "Isabelle_DOF-Proofs" = "HOL-Proofs" +
session "Isabelle_DOF-Proofs" (proofs) = "HOL-Proofs" +
options [document = false, record_proofs = 2, parallel_limit = 500, document_build = dof]
sessions
"Isabelle_DOF"