mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 09:26:15 +00:00
use build path
This commit is contained in:
parent
1f71aeded9
commit
a2d344c401
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ stages:
|
||||||
cd ..
|
cd ..
|
||||||
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
|
||||||
ocamldoc -html -d html/ml -sort -hide Z3 -I +z3arith -I ../src/api/ml ../src/api/ml/z3enums.mli ../src/api/ml/z3.mli
|
ocamldoc -html -d api/html/ml -sort -hide Z3 -I +z3arith -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
|
||||||
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue