Skip to content

Commit c3b3745

Browse files
committed
added appveyor
1 parent ee9bdb6 commit c3b3745

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
environment:
2+
ELECTRON_RUN_AS_NODE: 1
3+
VSCODE_BUILD_VERBOSE: true
4+
5+
cache:
6+
- '%LOCALAPPDATA%\Yarn\cache'
7+
8+
install:
9+
- ps: Install-Product node 8.9.1 x64
10+
11+
build_script:
12+
- yarn
13+
- .\node_modules\.bin\gulp electron
14+
- npm run compile
15+
16+
test_script:
17+
- npm run test --silent

0 commit comments

Comments
 (0)