Skip to content

Commit abc2bb8

Browse files
committed
Add Appveyor config
1 parent 253e82a commit abc2bb8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

appveyor.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
image: Visual Studio 2017
2+
3+
platform:
4+
- x64
5+
6+
cache:
7+
- node_modules
8+
- '%USERPROFILE%\.electron'
9+
10+
init:
11+
- git config --global core.autocrlf input
12+
13+
install:
14+
- ps: Install-Product node 8 x64
15+
- npm install
16+
17+
build_script:
18+
- npm run build
19+
20+
test: off

0 commit comments

Comments
 (0)