Buildbot: Give 2015 builds different name

This commit is contained in:
Sergey Sharybin 2016-06-08 11:59:39 +02:00
parent 4845736e41
commit b7a0340414
Notes: blender-bot 2023-02-14 07:50:17 +01:00
Referenced by issue #48645, Regression: crash in cycles after recent commit
Referenced by issue #48629, pthread_dll.dll is missing on startup VS2015 build
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ if builder.find('cmake') != -1:
platform += 'i386'
elif builder.endswith('ppc_10_6_cmake'):
platform += 'ppc'
if builder.endswith('vc2015'):
platform += "-vc14"
builderified_name = 'blender-{}-{}-{}'.format(blender_full_version, git_hash, platform)
if branch != '':
builderified_name = branch + "-" + builderified_name