Skip to content
This repository has been archived by the owner on Jul 29, 2018. It is now read-only.

Integrate with Appveyor to build and test on Windows #433

Open
hferentschik opened this issue Oct 27, 2016 · 0 comments
Open

Integrate with Appveyor to build and test on Windows #433

hferentschik opened this issue Oct 27, 2016 · 0 comments

Comments

@hferentschik
Copy link
Contributor

This should pretty much do it:


---
version: "{build}"
branches:
  only:
    - master
install:
  - set PATH=C:\Ruby200\bin;%PATH%
  - ruby --version
  - gem --version
  - gem uninstall -x bundler
  - gem install bundler -v 1.12.5
  - bundler --version
  - bundle install
build_script:
  - bundle exec rake clean install
test_script:
  - bundle exec rake rubocop test TESTOPTS="-v"
artifacts:
  - path: pkg\*.gem
@hferentschik hferentschik added this to the v1.5.0 milestone Oct 27, 2016
@coolbrg coolbrg modified the milestones: v1.6.0, v1.5.0 Oct 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants