aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 433c9a5e0ae13cad9f0ef6208f8672173857f5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: Visual Studio 2017

platform:
  - x64

cache:
  - node_modules
  - '%USERPROFILE%\.electron'

install:
  - ps: Install-Product node 8 x64
  - npm install

build_script:
  - npm run dist