Skip to content

Commit

Permalink
feat(windows): add windows build support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Oct 5, 2017
1 parent 8c90880 commit 59fe0e3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
environment:
matrix:
# node.js
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

install:
- ps: Install-Product node $env:nodejs_version
- set PATH=%APPDATA%\npm;%PATH%
- node -v && npm -v
- npm install

build_script:
- npm run build

test_script:
- npm test

version: "{build}"

0 comments on commit 59fe0e3

Please sign in to comment.