ci(appveyor): Install phantomjs on AppVeyor
This commit is contained in:
parent
397bbf96ff
commit
8d6719bba0
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
install:
|
||||
- sc config wuauserv start= auto
|
||||
- net start wuauserv
|
||||
- cinst php composer ffmpeg
|
||||
- cinst php composer ffmpeg phantomjs
|
||||
- refreshenv
|
||||
- copy C:\tools\php72\php.ini-development C:\tools\php72\php.ini
|
||||
- echo extension=C:\tools\php72\ext\php_gmp.dll >> C:\tools\php72\php.ini
|
||||
|
|
|
@ -3,6 +3,7 @@ convert: false
|
|||
python: C:\Python36\python.exe
|
||||
avconv: C:\ProgramData\chocolatey\bin\ffmpeg.exe
|
||||
avconvVerbosity: fatal
|
||||
phantomjsDir: C:\ProgramData\chocolatey\bin\
|
||||
youtubedl: C:\Python36\Lib\site-packages\youtube_dl\__main__.py
|
||||
params:
|
||||
- --no-warnings
|
||||
|
|
Loading…
Reference in a new issue