Make node version switching faster.
This commit is contained in:
parent
e06c558a86
commit
3a65942b97
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ platform:
|
|||
- x86
|
||||
|
||||
install:
|
||||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
|
||||
- cmd: SET PATH=C:\python27;%PATH%
|
||||
- cmd: python script/bootstrap.py
|
||||
|
|
Loading…
Reference in a new issue