mirror of https://github.com/swig/swig
Remove Cygwin testing
I started off developing SWIG with Cygwin in 2003, but times have changed and Cygwin is not particularly relevant now with WSL and evolutions resulting in MinGW-64 and MSYS2 on Windows. Additionally testing Cygwin doesn't offer much extra nowadays and I feel comfortable dropping this support in favour of MinGW-64+MSYS2 done in .github/workflows/windows.yml. Part of the migration from appveyor to Github Actions.
This commit is contained in:
parent
1e3a164e6a
commit
f15d6b2d5e
|
@ -21,9 +21,6 @@ environment:
|
|||
VSVER: 16
|
||||
VER: 39
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
- SWIGLANG: python
|
||||
OSVARIANT: cygwin
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||
- SWIGLANG: python
|
||||
OSVARIANT: mingw
|
||||
WITHLANG: python
|
||||
|
|
Loading…
Reference in New Issue