bash-complete-partial-path icon indicating copy to clipboard operation
bash-complete-partial-path copied to clipboard

Execute CI tests in Cygwin (should we?)

Open sio opened this issue 6 years ago • 0 comments

I've recently learned that pexpect works correctly under Cygwin (if Python is also installed via Cygwin).

At first glance that seems to be a reasonable way to execute CI tests on Windows, but does that really add any extra value? Cygwin environment is much more similar to traditional Unices than to the OS it's running on. On the other hand, bash itself is not really a native Windows app - it requires either WSL or msys or Cygwin to work...

I'm leaving this here to gather some feedback.

Some relevant links that may be helpful if we decide to go this route:

  • https://cygwin.com/faq/faq.html#faq.setup.cli
  • https://gist.github.com/wjrogers/1016065/385cfab346638f9d99b15e93eeda61ff1ae0a6c5
  • https://potyarkin.ml/posts/2020/cygwin-ci-journey/

sio avatar Dec 03 '19 12:12 sio