summaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2019-09-26 12:17:36 +0700
committer GitHub <noreply@github.com>2019-09-26 12:17:36 +0700
commit88dd01b95d6fc2ee8c126f720b7c90105f08fe0c (patch)
tree992995abc12d75fa3908702c19fd7cb34b88f33c /.appveyor.yml
parent081f592c544729c0b7ed758854b1923d8d6692b4 (diff)
appveyor: try this (nw)
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 138eb7c5766..4b45fb2fb83 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,9 +1,9 @@
version: 1.0.{build}
image:
- - Visual Studio 2017
- - Visual Studio 2017 Preview
+# - Visual Studio 2017
+# - Visual Studio 2017 Preview
- Visual Studio 2019
- - Previous Visual Studio 2017
+# - Previous Visual Studio 2017
shallow_clone: true
clone_depth: 1
@@ -26,7 +26,8 @@ install:
- set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%"
- set MSYSTEM=MINGW64
- set PreferredToolArchitecture=x64
-
+ - WebpiCmd /Install /Products:"Windows 8.1 SDK"
+
build_script:
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make SUBTARGET=tiny PTR64=1 TOOLS=1 OPTIMIZE=0 vs2017 -j4"
- msbuild "build\projects\windows\mametiny\vs2017\mametiny.sln" /m /p:ContinueOnError=false /p:StopOnFirstFailure=true /property:Configuration=Debug /property:Platform=x64 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"