Skip to content

Build with appveyor

Henrik Feldt edited this page Aug 5, 2016 · 1 revision

Use an appveyor.yml file like this:

version: 1.0.{build}

build_script:
 - cmd: gem sources -r https://rubygems.org/
 - cmd: gem install bundler --no-ri --no-rdoc --source https://rubygems.org/
 - cmd: bundle install
 - cmd: bundle exec rake appveyor

artifacts:
 - path: build\pkg\*.nupkg

test:  off

nuget:
  project_feed: true
Clone this wiki locally