From ff46b152e1e2e7a05dda1be1212779aefb8a334e Mon Sep 17 00:00:00 2001 From: baydam Date: Thu, 22 Mar 2018 22:08:16 +0000 Subject: [PATCH] Update appveyor config file --- appveyor.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3cdd2d4..f3f5395 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,15 +12,20 @@ install: - set QTDIR=C:\Qt\5.10.1\mingw53_32 - set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin - ps: | + Write-Host "Installing GStreamer..." -ForegroundColor Cyan $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86_64-1.12.4.msi" - $gstreamerPath = "C:\gstreamer" + Write-Host "Downloading... (New-Object Net.WebClient).DownloadFile('https://gstreamer.freedesktop.org/data/pkg/windows/1.12.4/gstreamer-1.0-x86_64-1.12.4.msi', $msiPath) - msiexec /i $msiPath /quiet /qn /norestart /log install.log TARGETDIR=$gstreamerPath + Write-Host "Installing..." + cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL + - ps: | + Write-Host "Installing GStreamer..." -ForegroundColor Cyan $msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86_64-1.12.4.msi" - $gstreamerPath = "C:\gstreamer" + Write-Host "Downloading... (New-Object Net.WebClient).DownloadFile('https://gstreamer.freedesktop.org/data/pkg/windows/1.12.4/gstreamer-1.0-devel-x86_64-1.12.4.msi', $msiPath) - msiexec /i $msiPath /quiet /qn /norestart /log install.log TARGETDIR=$gstreamerPath + Write-Host "Installing..." + cmd /c start /wait msiexec /package $msiPath /passive ADDLOCAL=ALL build_script: - qmake mapmap.pro