mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
mld
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ff475cbd5f
commit
c99b805c14
3 changed files with 15 additions and 6 deletions
|
@ -55,12 +55,12 @@ stages:
|
|||
cd ..
|
||||
- script: |
|
||||
set -e
|
||||
cd doc
|
||||
python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
|
||||
eval `opam config env`
|
||||
cd doc
|
||||
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
|
||||
mkdir html/ml
|
||||
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 ..
|
||||
# mkdir html/ml
|
||||
# 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
|
||||
- script: zip -r api.zip doc/api
|
||||
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
||||
- task: PublishPipelineArtifact@0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue