aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 0f8d4a5f24d683c840c5278af2571ed343128297 (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 12 x64
  - npm install

build_script:
  - npm run dist