Skip to content

Commit

Permalink
add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed May 25, 2016
1 parent b688d14 commit 0d180e4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
@@ -0,0 +1,26 @@
version: 0.4.{build}

platform:
- x64

cache:
- node_modules
- app\node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'

init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 6 x64
- npm install npm -g
- npm install
- npm prune

build_script:
- node --version
- npm --version
- npm run dist

test: off

0 comments on commit 0d180e4

Please sign in to comment.