Skip to content

Commit

Permalink
Merge pull request #1503 from cucumber/fix-windows-build
Browse files Browse the repository at this point in the history
Fix windows build
  • Loading branch information
Romain Gérard authored Jan 27, 2021
2 parents 1e0b3b5 + 9f60a25 commit cf219df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo

* `fileattribute` cli argument available to attach `file` to junit formatter

### Fix
### Fixed

* Circle-CI windows build now silently installs MSYS2 using Chocolatey before
setting-up the ruby devkit with ridk
([#1503](https://github.com/cucumber/cucumber-ruby/pull/1503)
[aurelien-reeves](https://github.com/aurelien-reeves))

* `--publish` and no formatter now uses the pretty formatter per default
([#1468](https://github.com/cucumber/cucumber-ruby/issues/1468)
Expand Down

0 comments on commit cf219df

Please sign in to comment.