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:
parent
a1814bf384
commit
8c8a8cee7a
4 changed files with 8 additions and 8 deletions
7
scripts/generate-doc.yml
Normal file
7
scripts/generate-doc.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
steps:
|
||||
- script: |
|
||||
cd doc
|
||||
apt-get install doxygen
|
||||
apt-get install graphviz
|
||||
python mk_api_doc.py
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue