vscode/appveyor.yml

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