Skip to content

Commit f8abc1f

Browse files
committed
need to install graphviz
1 parent 2bb0e26 commit f8abc1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ init:
2727
- SET PATH=c:\php\%PHP_VERSION%;%PATH%
2828

2929
install:
30+
- cinst graphviz
31+
- dot -V
3032
- IF NOT EXIST c:\php mkdir c:\php
3133
- IF NOT EXIST c:\php\%PHP_VERSION% mkdir c:\php\%PHP_VERSION%
3234
- cd c:\php\%PHP_VERSION%

0 commit comments

Comments
 (0)