mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +00:00
make the right diretory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
520b24aab4
commit
39bfdbd8c0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ stages:
|
||||||
eval `opam config env`
|
eval `opam config env`
|
||||||
cd doc
|
cd doc
|
||||||
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
|
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
|
||||||
mkdir html/ml
|
mkdir api/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
|
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 ..
|
cd ..
|
||||||
- script: zip -r api.zip doc/api
|
- script: zip -r api.zip doc/api
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue