Add appveyor Windows build configuration file

This commit is contained in:
baydam
2018-03-22 21:17:11 +00:00
parent e994d2f635
commit 2281a2d355
+27
View File
@@ -0,0 +1,27 @@
version: '{branch}-{build}'
build:
verbosity: minimal
environment:
matrix:
- BUILD: 'Release'
CONFIG: debug
install:
- set QTDIR=C:\Qt\5.10.1\mingw53_32
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86_64-1.12.4.msi"
$gstreamerPath = "C:\gstreamer"
(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"
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86_64-1.12.4.msi"
$gstreamerPath = "C:\gstreamer"
(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"
build_script:
- qmake mapmap.pro
- mingw32-make