another change !wip

pull/2580/head^2
TidusJar 6 years ago
parent 2fc0ab5fa8
commit 48705f2ea0

@ -8,6 +8,9 @@ environment:
install: install:
# Get the latest stable version of Node.js or io.js # Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\2.2;%path%
- cmd: tsc -v
build_script: build_script:
- ps: ./build.ps1 --settings_skipverification=true - ps: ./build.ps1 --settings_skipverification=true

Loading…
Cancel
Save