Update appveyor config file

This commit is contained in:
baydam
2018-03-22 22:08:16 +00:00
parent 1e2bb259e3
commit ff46b152e1

View File

@@ -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