From e7165444b4618f6db097df63112a181ead3cca8b Mon Sep 17 00:00:00 2001 From: mazmazz Date: Sat, 29 Dec 2018 23:16:08 -0500 Subject: [PATCH] Add 64-bit DD buildbot --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f7705f3b..d14df8f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,6 +31,8 @@ cache: install: - if [%CONFIGURATION%] == [SDL64] ( set "X86_64=1" ) - if [%CONFIGURATION%] == [SDL64] ( set "CONFIGURATION=SDL" ) +- if [%CONFIGURATION%] == [DD64] ( set "X86_64=1" ) +- if [%CONFIGURATION%] == [DD64] ( set "CONFIGURATION=DD" ) - if [%X86_64%] == [1] ( set "MINGW_SDK=%MINGW_SDK_64%" ) - if [%X86_64%] == [1] ( set "CCACHE_CC=%CCACHE_CC_64%" ) @@ -50,10 +52,12 @@ configuration: - SDL - SDL64 - DD +- DD64 matrix: allow_failures: - configuration: DD + - configuration: DD64 before_build: - set "Path=%MINGW_SDK%\bin;%Path%"