Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-12-20 11:59:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-12-20 11:59:04 +0300
commit03d9f9a6194dd2caa44de1d67b3198b8fa9edc75 (patch)
treef691487db99b5688f925f42939f3262c5fe165ca /build_files/buildbot/slave_test.py
parent7ac5f2fef6bf3f77cac5e90e1d7de20990b79c53 (diff)
Buildbot: initial work to enable CMake OSX slave
Diffstat (limited to 'build_files/buildbot/slave_test.py')
-rw-r--r--build_files/buildbot/slave_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_test.py b/build_files/buildbot/slave_test.py
index 973e17a1f3b..07fe27ce967 100644
--- a/build_files/buildbot/slave_test.py
+++ b/build_files/buildbot/slave_test.py
@@ -35,7 +35,7 @@ blender_dir = '../blender.git'
if "cmake" in builder:
# cmake
- if "linux" in builder:
+ if "linux" in builder or 'mac' in builder:
print("Automated tests are still DISABLED!")
sys.exit(0)