[Bf-blender-cvs] [620cc76] master: Buildbot: Attempt to fix cudakernels target screwing up autotest cache

Sergey Sharybin noreply at git.blender.org
Wed Apr 29 11:52:26 CEST 2015


Commit: 620cc762dbcab37afba5ac069035649290f6182a
Author: Sergey Sharybin
Date:   Wed Apr 29 14:51:50 2015 +0500
Branches: master
https://developer.blender.org/rB620cc762dbcab37afba5ac069035649290f6182a

Buildbot: Attempt to fix cudakernels target screwing up autotest cache

===================================================================

M	build_files/buildbot/slave_compile.py

===================================================================

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 8353bb8..7b3f848 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -116,6 +116,8 @@ else:
 
             if config.find('player') != -1:
                 scons_options.append('BF_BUILDDIR=%s_player' % (build_dir))
+            elif config.find('cuda') != -1:
+                scons_options.append('BF_BUILDDIR=%s_cuda' % (build_dir))
             else:
                 scons_options.append('BF_BUILDDIR=%s' % (build_dir))




More information about the Bf-blender-cvs mailing list