vscode/appveyor.yml
2016-07-02 14:46:16 +02:00

18 lines
303 B
YAML

environment:
ELECTRON_RUN_AS_NODE: 1
os: Visual Studio 2015
install:
- ps: Install-Product node 5.10.1 x64
- npm install -g gulp mocha
build_script:
- .\scripts\npm.bat install --force
- gulp electron
- gulp compile
test_script:
- .\scripts\test.bat
- .\scripts\test-integration.bat