Skip to content

Build Status

Doug Ilijev edited this page Jan 11, 2016 · 30 revisions

Rolling Builds

For every commit we run builds of all of our build configurations on Windows 8.1 (Windows Server 2012 R2) using VS 2015.

Debug Test Release
x86 x86debug x86test x86release
x64 x64debug x64test x64release
arm armdebug armtest armrelease

Daily Builds

DisableJIT Builds

Once daily we run all of our usual build configurations with JIT excluded from the build.

Debug Test Release
x86 ddjx86debug ddjx86test ddjx86release
x64 ddjx64debug ddjx64test ddjx64release
arm ddjarmdebug ddjarmtest ddjarmrelease

Legacy Builds

Once daily we run builds of some configurations using Windows 7 and VS 2013.

Debug Test Release
x86 dailyx86dbg dailyx86test dailyx86release
x64 dailyx64dbg dailyx64test dailyx64release
Clone this wiki locally