vscode/appveyor.yml

15 lines
243 B
YAML
Raw Normal View History

2015-11-24 19:43:35 +01:00
environment:
2016-02-12 12:43:24 +01:00
ELECTRON_RUN_AS_NODE: 1
2015-11-24 19:43:35 +01:00
install:
2015-11-25 17:06:08 +01:00
- ps: Install-Product node 4.1.1 x64
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-01-11 16:14:46 +01:00
- .\scripts\test.bat