Closed FGasper closed 2 years ago
That macOS breakage is interesting … it didn’t happen for me.
The Windows failures may be legit … they happen for me in a Windows VM.
On top your PR I have turned off AUTHOR_MODE for mac/windows/cygwin (which fixed mac builds/tests).
For cygwin I added
libcrypt-devel
to avoid error crypt.h: No such file or directory
libnsl-devel
to avoid error cannot find -lnsl
The rest of Windows (+cygwin) failures were related to LF vs CRLF and I fixed them by:
git config --global core.autocrlf false
git config --global core.eol lf
Now they are "all green".
Thank you for your time.
2 commits: the first adds just macOS CI, per request.
The 2nd commit adds Windows & Cygwin. Both of these fail; the failures may or may not be legitimate.