Buildbot: enable building CUDA binaries on Windows slaves.

Should make CUDA available for rendering in buildbot builds.
This commit is contained in:
Sergey Sharybin 2012-02-14 15:26:20 +00:00
parent 40e2942f25
commit b89beaf990

@ -115,6 +115,7 @@ else:
bitness = '64'
scons_options.append('BF_BITNESS=' + bitness)
scons_options.append('WITH_BF_CYCLES_CUDA_BINARIES=True')
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
sys.exit(retcode)