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

Integrate with Appveyor to build and test on Windows #433

Description

@hferentschik

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions