mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
ocamldoc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b402268d35
commit
1f71aeded9
|
@ -3,5 +3,5 @@ steps:
|
||||||
cd doc
|
cd doc
|
||||||
sudo apt-get install doxygen
|
sudo apt-get install doxygen
|
||||||
sudo apt-get install graphviz
|
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 ..
|
cd ..
|
||||||
|
|
|
@ -54,7 +54,8 @@ stages:
|
||||||
./ml_example
|
./ml_example
|
||||||
cd ..
|
cd ..
|
||||||
cd doc
|
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 ..
|
cd ..
|
||||||
- script: zip -r api.zip doc/api
|
- script: zip -r api.zip doc/api
|
||||||
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
||||||
|
|
Loading…
Reference in a new issue