[Bf-blender-cvs] [62521fc] master: Buildbot: Don't specify install directory for Windows builds

Sergey Sharybin noreply at git.blender.org
Wed Dec 2 18:56:34 CET 2015


Commit: 62521fce48255e5e7fe0d34727a6478ad636b1ba
Author: Sergey Sharybin
Date:   Wed Dec 2 22:55:42 2015 +0500
Branches: master
https://developer.blender.org/rB62521fce48255e5e7fe0d34727a6478ad636b1ba

Buildbot: Don't specify install directory for Windows builds

Installation is to happen within the build folder, no special folder for
this is required.

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index cc06b0a..e0802ca 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -65,6 +65,7 @@ if 'cmake' in builder:
             cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=ppc')
 
     elif builder.startswith('win'):
+        install_dir = None
         if builder.startswith('win64'):
             cmake_options.append(['-G', '"Visual Studio 12 2013 Win64"'])
         elif builder.startswith('win32'):




More information about the Bf-blender-cvs mailing list