hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Add support for MSYS2 #570

Closed LinqLover closed 1 year ago

LinqLover commented 1 year ago

Similar to cygwin and mingw, MSYS allows Windows users to run linux commands. Amongst others, MSYS2 via MinTTY is promoted by the Git Bash.

Also updates the README section on how to build locally.

fniephaus commented 1 year ago

Integrated as part of #575.