You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,17 @@ If you're stuck, ask questions!
19
19
3. Commit your changes (`git commit -am 'Add some feature'`)
20
20
4. Push to the branch (`git push origin my-new-feature`)
21
21
5. Create a new Pull Request
22
+
23
+
## Running Tests on Windows
24
+
25
+
### Setup
26
+
27
+
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.
28
+
29
+
1. Open your shell as Administrator (`Run as Administrator`), as the tests create and delete symlinks
0 commit comments