Skip to content

Commit

Permalink
Merge pull request connamara#366 from aswaney/quickfixn-appveyor
Browse files Browse the repository at this point in the history
Quickfixn appveyor
  • Loading branch information
cbusbey committed Feb 4, 2016
2 parents 25c5962 + f119e1a commit a5c529c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 1.0.{build}

install:
- cmd: >-
gem install nokogiri
generate.bat
build_script:
- cmd: build.bat

test_script:
- cmd: >-
unit_test.bat
acceptance_test.bat

0 comments on commit a5c529c

Please sign in to comment.