vscode/appveyor.yml

20 lines
382 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:
2017-09-19 13:34:06 +00:00
- ps: Install-Product node 7.9.0 x64
2017-05-31 09:01:36 +00:00
- npm install -g npm@4 --silent
2016-11-21 09:51:19 +00:00
- npm install -g gulp mocha --silent
2015-11-24 18:43:35 +00:00
build_script:
- .\scripts\npm.bat install
- gulp electron
2017-02-09 10:08:37 +00:00
- npm run 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