File: generate-doc.yml

package info (click to toggle)
z3 4.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,364 kB
  • sloc: cpp: 501,803; python: 16,788; cs: 10,567; java: 9,687; ml: 3,282; ansic: 2,531; sh: 162; javascript: 37; makefile: 32
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
steps:
- script: |
   cd doc
   sudo apt-get install doxygen
   sudo apt-get install graphviz
   python mk_api_doc.py --z3py-package-path=../build/python/z3
   cd ..