vscode/appveyor.yml

20 lines
385 B
YAML
Raw Normal View History

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