mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-12 10:39:19 +02:00
Update appveyor config file
This commit is contained in:
13
appveyor.yml
13
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
|
||||
|
||||
Reference in New Issue
Block a user