This is an automated email from the ASF dual-hosted git repository. mmartell pushed a commit to branch GEODE-9741-fix-release-build in repository https://gitbox.apache.org/repos/asf/geode-native.git
commit 3dadfae3554ec1e550d1a771e8c7a455a5538420 Author: Mike Martell <[email protected]> AuthorDate: Sat Oct 30 06:47:22 2021 -0700 Call vcvarsall on Windows' --- ci/lib/templates.lib.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/lib/templates.lib.txt b/ci/lib/templates.lib.txt index 01e3b93..af05714 100644 --- a/ci/lib/templates.lib.txt +++ b/ci/lib/templates.lib.txt @@ -203,6 +203,9 @@ git_rev=$(git rev-parse HEAD) popd version=$(cat version/number) builddate=$(date "+%Y-%m-%d") +#@ if build.image_family == "build-windows-2019-vs-2019": + remote_shell 'c:/"Program Files (x86)\Microsoft Visual Studio"/2019/Community/VC/Auxiliary/Build/vcvarsall.bat x64 10.0.16299.0 -vcvars_ver=14.20' +#@end remote_shell cmake -E make_directory build remote_shell cmake -E time cmake -E chdir build cmake ../source ${CMAKE_CONFIGURE_FLAGS} \ -DCMAKE_BUILD_TYPE=${CMAKE_CONFIG} \
