mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
try local env
This commit is contained in:
parent
1d7cabaf9a
commit
b11203e2d2
|
@ -53,8 +53,11 @@ stages:
|
|||
make -j3 test-z3
|
||||
./ml_example
|
||||
cd ..
|
||||
- script: |
|
||||
set -e
|
||||
cd doc
|
||||
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
|
||||
cd ..
|
||||
- script: zip -r api.zip doc/api
|
||||
|
|
Loading…
Reference in a new issue