vscode/appveyor.yml

14 lines
194 B
YAML
Raw Normal View History

2015-11-24 19:43:35 +01:00
environment:
ATOM_SHELL_INTERNAL_RUN_AS_NODE: 1
install:
- npm install -g gulp mocha
build_script:
- .\scripts\npm.bat install
- gulp electron
- gulp compile
2015-11-24 19:43:35 +01:00
test_script:
- mocha