Squashed 'libs/protobuf/' content from commit fcd3b9a85
git-subtree-dir: libs/protobuf git-subtree-split: fcd3b9a85ef36e46643dc30176cea1a7ad62e02b
This commit is contained in:
16
kokoro/windows/prepare_build_win64.bat
Normal file
16
kokoro/windows/prepare_build_win64.bat
Normal file
@@ -0,0 +1,16 @@
|
||||
@rem Update Chocolatey
|
||||
choco upgrade -y --no-progress chocolatey
|
||||
choco install -y --no-progress --pre cmake
|
||||
|
||||
@rem Enable long paths.
|
||||
Powershell.exe -Command "New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem -Name LongPathsEnabled -Value 1 -PropertyType DWORD -Force"
|
||||
|
||||
@rem Update git submodules.
|
||||
git submodule update --init --recursive
|
||||
|
||||
@rem Select Visual Studio 2017.
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||
|
||||
@rem Convert Windows line breaks to Unix line breaks
|
||||
@rem This allows text-matching tests to pass
|
||||
find . -type f -print0 | xargs -0 d2u
|
||||
Reference in New Issue
Block a user