3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-04 16:44:07 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-29 06:47:10 -08:00
parent b402268d35
commit 1f71aeded9
2 changed files with 3 additions and 2 deletions

View file

@ -3,5 +3,5 @@ steps:
cd doc
sudo apt-get install doxygen
sudo apt-get install graphviz
python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
python mk_api_doc.py --z3py-package-path=../build/python/z3
cd ..

View file

@ -54,7 +54,8 @@ stages:
./ml_example
cd ..
cd doc
python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
python mk_api_doc.py --z3py-package-path=../build/python/z3
ocamldoc -html -d html/ml -sort -hide Z3 -I +z3arith -I ../src/api/ml ../src/api/ml/z3enums.mli ../src/api/ml/z3.mli
cd ..
- script: zip -r api.zip doc/api
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.