Add cmake to path

This commit is contained in:
murgatroid99 2019-02-13 12:42:42 -08:00
parent 464f91a164
commit 8bb3f0a130
2 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
$ErrorActionPreference = "Stop"
gci env:*
ls Env:
Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201 -Force
Import-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201
Install-Module -Force -Name 7Zip4Powershell
$env:Path += ";C:\Program Files\CMake\bin"
function MkDir-p($Path) {
$FullPath = "\\?\" + $Path
if (-not (Test-Path -Path $FullPath)) {

View File

@ -1,8 +1,8 @@
cd /d %~dp0
cd ..
call ./tools/release/kokoro-nodejs.bat || goto :error
call ./tools/release/kokoro-grpc-tools.bat || goto :error
call ./tools/release/kokoro-nodejs.bat || goto :error
goto :EOF