Skip to content

Commit 0886287

Browse files
committed
Add note about msys2 CI runs to README
1 parent 5007afe commit 0886287

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ To enable the described behavior source [**this file**][main] from your
3030

3131
Completion functions have been tested and reported to work on:
3232

33-
- Linux (Debian 9,10)
33+
- Linux (Debian 9, 10, 11)
3434
- macOS (requires gnu-sed from brew)
35-
- Windows (MSYS)
35+
- Windows (msys2, Git for Windows)
3636

37-
[Automated tests](tests/README.md) are performed on Linux, FreeBSD and macOS.
37+
[Automated tests](tests/README.md) are continuously executed
38+
on Linux, FreeBSD, macOS and Windows (msys2).
3839

3940

4041
## Installation and updating

tests/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Automated tests are continuously executed after each push to this repo.
5959
- **FreeBSD** tests are executed in Google Cloud Platfom [VM images] on
6060
infrastructure provided by [Cirrus CI]:
6161
- FreeBSD 12.2: bash 5.1, sed 4.8 *(automatically updated in each CI run)*
62+
- **Windows** is not a native platform for bash, and there are several
63+
compatibility layers people use to work around that (msys2, cygwin, WSL).
64+
Currently continuous integration tests are executed only on **msys2**
65+
provided by [GitHub Actions].
6266

6367
[GitHub Actions]: https://github.com/features/actions
6468
[Docker containers]: docker/README.md

0 commit comments

Comments
 (0)