mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 09:08:46 +00:00
15 lines
290 B
YAML
15 lines
290 B
YAML
environment:
|
|
ATOM_SHELL_INTERNAL_RUN_AS_NODE: 1
|
|
|
|
install:
|
|
- ps: Install-Product node 5.10.1 x64
|
|
- npm install -g gulp mocha
|
|
|
|
build_script:
|
|
- .\scripts\npm.bat install --force
|
|
- gulp electron
|
|
- gulp compile
|
|
|
|
test_script:
|
|
- .\scripts\test.bat
|
|
- .\scripts\test-integration.bat
|