3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

add build step to generate doc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-11 13:12:02 -07:00
parent a1814bf384
commit 8c8a8cee7a
4 changed files with 8 additions and 8 deletions

7
scripts/generate-doc.yml Normal file
View file

@ -0,0 +1,7 @@
steps:
- script: |
cd doc
apt-get install doxygen
apt-get install graphviz
python mk_api_doc.py
cd ..