Skip to content

Commit

Permalink
Add appveyor testing for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Nov 19, 2015
1 parent 83a8b27 commit e1cb52d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1.0.{build}
environment:
nodejs_version: "4.2.2"
os:
- Visual Studio 2015
- Visual Studio 2013
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g node-gyp
- npm install -g mocha
- curl -fLsS -o 'gtk.zip' 'http://ftp.gnome.org/pub/GNOME/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip'
- 7z x gtk.zip -oGTK > nul
- mv GTK/ C:/
- npm install
build: off
test_script:
- cmd: mocha test/*.test.js

0 comments on commit e1cb52d

Please sign in to comment.