ci: debugging appveyor

Don't mind me, just need to figure out what this script is doing.
This commit is contained in:
itsmattkc
2020-08-14 18:43:07 +10:00
parent 10709880fc
commit 6251113ce9
+4 -2
View File
@@ -24,19 +24,21 @@ vcpkg integrate install
cd %APPVEYOR_BUILD_FOLDER%
REM Acquire FFmpeg
set FFMPEG_VER=ffmpeg-4.2.1-win64
set FFMPEG_VER=ffmpeg-4.2.3-win64
curl https://ffmpeg.zeranoe.com/builds/win64/dev/%FFMPEG_VER%-dev.zip > %FFMPEG_VER%-dev.zip
curl https://ffmpeg.zeranoe.com/builds/win64/shared/%FFMPEG_VER%-shared.zip > %FFMPEG_VER%-shared.zip
7z x %FFMPEG_VER%-dev.zip
7z x %FFMPEG_VER%-shared.zip
goto end
REM Acquire Google Crashpad
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%\depot_tools
fetch crashpad
cd crashpad
gn gen out/Default
ninja -C out/Default
ninja.exe -C out/Default
cd ..
REM Add Qt, FFmpeg, and Crashpad to path