mirror of https://github.com/grpc/grpc-node.git
Add cmake to path
This commit is contained in:
parent
464f91a164
commit
8bb3f0a130
|
@ -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)) {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue