mirror of
https://github.com/Z3Prover/z3
synced 2025-12-29 23:43:21 +00:00
set build directory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1220352767
commit
6584084d6a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
run: |
|
||||
eval $(opam env)
|
||||
python3 mk_api_doc.py --mld --output-dir=api --z3py-package-path=../build-x64/python/z3 --build=../build-x64
|
||||
python3 mk_params_doc.py
|
||||
Z3BUILD=build-x64 python3 mk_params_doc.py
|
||||
mkdir api/html/ml
|
||||
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build-x64/api/ml ../build-x64/api/ml/z3enums.mli ../build-x64/api/ml/z3.mli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue