3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

try ocamlfind in the loop

Thanks to @c-cube
This commit is contained in:
Nikolaj Bjorner 2021-01-29 13:37:16 -08:00
parent 4857446cf6
commit 41a4d102f4

View file

@ -58,7 +58,7 @@ stages:
cd doc
python mk_api_doc.py --z3py-package-path=../build/python/z3
eval `opam config env`
ocamldoc -html -d api/html/ml -sort -hide Z3 -I +zarith -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
cd ..
- script: zip -r api.zip doc/api
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.