[Bf-blender-cvs] [918a06c] experimental-build: Correction to buildbot config...

Bastien Montagne noreply at git.blender.org
Sun Oct 11 20:25:56 CEST 2015


Commit: 918a06c621f6622ee390dbdecc743cb699fb6544
Author: Bastien Montagne
Date:   Sun Oct 11 20:25:41 2015 +0200
Branches: experimental-build
https://developer.blender.org/rB918a06c621f6622ee390dbdecc743cb699fb6544

Correction to buildbot config...

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index be02efb..1af149c 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -59,6 +59,7 @@ if 'cmake' in builder:
     cmake_options.append("-DWITH_CYCLES=0")
     cmake_options.append("-DWITH_FREESTYLE=0")
     cmake_options.append("-DWITH_GAMEENGINE=0")
+    cmake_options.append("-DWITH_PLAYER=0")
     cmake_options.append("-DWITH_INTERNATIONAL=0")
     cmake_options.append("-DWITH_LIBMV=0")
     cmake_options.append("-DWITH_LLVM=0")




More information about the Bf-blender-cvs mailing list