vscode/appveyor.yml

20 lines
367 B
YAML
Raw Normal View History

2015-11-24 19:43:35 +01:00
environment:
ELECTRON_RUN_AS_NODE: 1
2016-07-19 11:37:20 +02:00
VSCODE_BUILD_VERBOSE: true
2015-11-24 19:43:35 +01:00
install:
- ps: Install-Product node 6.5.0 x64
2016-09-01 11:38:08 +02:00
- npm install -g npm
2015-11-24 19:43:35 +01:00
- npm install -g gulp mocha
build_script:
- .\scripts\npm.bat install --force
- gulp electron
- gulp compile
2015-11-24 19:43:35 +01:00
test_script:
2016-09-01 11:38:08 +02:00
- node --version
- npm --version
2016-01-11 16:14:46 +01:00
- .\scripts\test.bat
2016-04-29 09:04:50 +02:00
- .\scripts\test-integration.bat