mirror of
https://github.com/Z3Prover/z3
synced 2025-06-12 17:06:14 +00:00
try local env
This commit is contained in:
parent
1d7cabaf9a
commit
b11203e2d2
1 changed files with 3 additions and 0 deletions
|
@ -53,8 +53,11 @@ stages:
|
||||||
make -j3 test-z3
|
make -j3 test-z3
|
||||||
./ml_example
|
./ml_example
|
||||||
cd ..
|
cd ..
|
||||||
|
- script: |
|
||||||
|
set -e
|
||||||
cd doc
|
cd doc
|
||||||
python mk_api_doc.py --z3py-package-path=../build/python/z3
|
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 +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