Skip to content

Commit

Permalink
(maint) Add Windows setup steps to CONTRIBUTING
Browse files Browse the repository at this point in the history
Add documentation on how to run the tests on Windows platforms.
  • Loading branch information
jpogran committed Oct 5, 2020
1 parent 0cc8fbf commit 32394ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,17 @@ If you're stuck, ask questions!
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Running Tests on Windows

### Setup

1. Ensure you've installed Ruby and the MSYS2 devkit and have ran `ridk enable` in your shell. The `ridk enable` command adds make to the path so the compile rake task works.

1. Open your shell as Administrator (`Run as Administrator`), as the tests create and delete symlinks

### Running Tests

> ridk enable
> bundle install
> bundle exec rake

0 comments on commit 32394ff

Please sign in to comment.