Skip to content

Commit

Permalink
Add 64-bit DD buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
mazmazz committed Dec 30, 2018
1 parent ee4fc62 commit 07dc638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%" )

Expand All @@ -50,10 +52,12 @@ configuration:
- SDL
- SDL64
- DD
- DD64

matrix:
allow_failures:
- configuration: DD
- configuration: DD64

before_build:
- set "Path=%MINGW_SDK%\bin;%Path%"
Expand Down

0 comments on commit 07dc638

Please sign in to comment.