Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
Install MSYS2 using Chocolatey allow a silent install.
Then, ridk can set-up msys2 properly and the ruby devkit.
  • Loading branch information
aurelien-reeves committed Jan 26, 2021
1 parent 679aa56 commit 9f60a25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ commands:
name: "Add ansicon"
command: |
choco install ansicon
- run:
name: "Add MSYS2"
command: |
choco install msys2
- run:
name: "Set-up Ruby devkit"
command: |
ridk install 2 3
build:
description: "Build and run the tests"
Expand Down

0 comments on commit 9f60a25

Please sign in to comment.