Skip to content
Snippets Groups Projects
Commit e7165444 authored by Marco Z's avatar Marco Z
Browse files

Add 64-bit DD buildbot

parent 0fc07eba
No related branches found
No related tags found
3 merge requests!488Merge in next and don't billboard papersprites in GL,!442Add 64-bit job to Appveyor,!440MinGW64:Target nocona for 64-bit builds [revision]
...@@ -31,6 +31,8 @@ cache: ...@@ -31,6 +31,8 @@ cache:
install: install:
- if [%CONFIGURATION%] == [SDL64] ( set "X86_64=1" ) - if [%CONFIGURATION%] == [SDL64] ( set "X86_64=1" )
- if [%CONFIGURATION%] == [SDL64] ( set "CONFIGURATION=SDL" ) - 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 "MINGW_SDK=%MINGW_SDK_64%" )
- if [%X86_64%] == [1] ( set "CCACHE_CC=%CCACHE_CC_64%" ) - if [%X86_64%] == [1] ( set "CCACHE_CC=%CCACHE_CC_64%" )
...@@ -50,10 +52,12 @@ configuration: ...@@ -50,10 +52,12 @@ configuration:
- SDL - SDL
- SDL64 - SDL64
- DD - DD
- DD64
matrix: matrix:
allow_failures: allow_failures:
- configuration: DD - configuration: DD
- configuration: DD64
before_build: before_build:
- set "Path=%MINGW_SDK%\bin;%Path%" - set "Path=%MINGW_SDK%\bin;%Path%"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment