Buildbot: update for new VS2017 buildbot worker name.

This commit is contained in:
Brecht Van Lommel
2018-07-16 14:34:24 +02:00
parent ab9bd557ad
commit 80795ff897

View File

@@ -78,7 +78,7 @@ if 'cmake' in builder:
# cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/nvcc')
elif builder.startswith('win'):
if builder.endswith('_vc2017'):
if builder.endswith('_vs2017'):
if builder.startswith('win64'):
cmake_options.extend(['-G', 'Visual Studio 15 2017 Win64'])
elif builder.startswith('win32'):