cmake/buildbot: make sure we build the full blender and cycles cuda binaries
This commit is contained in:
@@ -47,12 +47,12 @@ if 'cmake' in builder:
|
|||||||
cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=ppc')
|
cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=ppc')
|
||||||
|
|
||||||
if 'win64' in builder:
|
if 'win64' in builder:
|
||||||
|
|
||||||
cmake_options.append(['-G','"Visual Studio 12 2013 Win64"'])
|
cmake_options.append(['-G','"Visual Studio 12 2013 Win64"'])
|
||||||
elif 'win32' in builder:
|
elif 'win32' in builder:
|
||||||
cmake_options.append(['-G','"Visual Studio 12 2013"'])
|
cmake_options.append(['-G','"Visual Studio 12 2013"'])
|
||||||
|
|
||||||
|
cmake_options.append("-C../blender.git/build_files/cmake/config/blender_full.cmake")
|
||||||
|
cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=1")
|
||||||
# configure and make
|
# configure and make
|
||||||
retcode = subprocess.call(['cmake', blender_dir] + cmake_options)
|
retcode = subprocess.call(['cmake', blender_dir] + cmake_options)
|
||||||
if retcode != 0:
|
if retcode != 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user