From 6251113ce9164e7dc871e42337566dc30de2d1ac Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 14 Aug 2020 18:43:07 +1000 Subject: [PATCH] ci: debugging appveyor Don't mind me, just need to figure out what this script is doing. --- .appveyor/build.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor/build.bat b/.appveyor/build.bat index 51211c585..f1d568c78 100644 --- a/.appveyor/build.bat +++ b/.appveyor/build.bat @@ -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