3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

sudo the install

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-12 04:13:27 -07:00
parent d0cf1458e3
commit 8d942ed26c

View file

@ -1,7 +1,7 @@
steps: steps:
- script: | - script: |
cd doc cd doc
apt-get install doxygen sudo apt-get install doxygen
apt-get install graphviz sudo apt-get install graphviz
python mk_api_doc.py --z3py-package-path=../build/python/z3 python mk_api_doc.py --z3py-package-path=../build/python/z3
cd .. cd ..