[Bf-blender-cvs] [2c2fd9f0368] master: Buildbot: Switch WIndows builds to MSVC 2019

Sergey Sharybin noreply at git.blender.org
Tue Jun 16 16:24:10 CEST 2020


Commit: 2c2fd9f0368870678a4c0eeb71d030a3899266d7
Author: Sergey Sharybin
Date:   Tue Jun 16 15:52:18 2020 +0200
Branches: master
https://developer.blender.org/rB2c2fd9f0368870678a4c0eeb71d030a3899266d7

Buildbot: Switch WIndows builds to MSVC 2019

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 65cadea587b..1bb72501648 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -35,7 +35,7 @@ def get_cmake_options(builder):
         options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64')
         options.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9')
     elif builder.platform == 'win':
-        options.extend(['-G', 'Visual Studio 15 2017 Win64'])
+        options.extend(['-G', 'Visual Studio 16 2019', '-A', 'x64'])
         options.extend(['-DPOSTINSTALL_SCRIPT:PATH=' + post_install_script])
     elif builder.platform == 'linux':
         config_file = "build_files/buildbot/config/blender_linux.cmake"



More information about the Bf-blender-cvs mailing list