Skip to content

Commit

Permalink
appveyor yaml config file working
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaney committed Feb 4, 2016
1 parent 25c5962 commit f119e1a
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 f119e1a

Please sign in to comment.