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_pack.py
parent7ac5f2fef6bf3f77cac5e90e1d7de20990b79c53 (diff)
Buildbot: initial work to enable CMake OSX slave
Diffstat (limited to 'build_files/buildbot/slave_pack.py')
-rw-r--r--build_files/buildbot/slave_pack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index c0f9a84ea18..a4ea426ddda 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -103,7 +103,7 @@ if builder.find('scons') != -1:
sys.exit(retcode)
else:
# CMake
- if 'win' in builder:
+ if 'win' in builder or 'mac' in builder:
os.chdir(build_dir)
files = [f for f in os.listdir('.') if os.path.isfile(f) and f.endswith('.zip')]