File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
1414 COMPOSER_NO_INTERACTION : 1
1515 ANSICON : 121x90 (121x90) # Console colors
1616
17- ffmpeg_download : https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190225-f948082 -win64-static.zip
17+ ffmpeg_download : https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200124-e931119 -win64-static.zip
1818
1919 matrix :
2020 - PYTHON : " C:\\ Python37"
@@ -37,8 +37,8 @@ install:
3737 - pip install -r requirements.txt
3838 - ps : Start-FileDownload $env:ffmpeg_download
3939
40- - 7z x ffmpeg-20190225-f948082 -win64-static.zip
41- - PATH=%PATH%;%cd%\ffmpeg-20190225-f948082 -win64-static\bin
40+ - 7z x ffmpeg-20200124-e931119 -win64-static.zip
41+ - PATH=%PATH%;%cd%\ffmpeg-20200124-e931119 -win64-static\bin
4242
4343test_script :
4444 - cd c:\projects\project-code
You can’t perform that action at this time.
0 commit comments