Since we recently had the unpleasant surprise of discovering that Cygwin doesn't build on F32 when trying to make a release, this adds some CI to test that.
Open issues: Since there don't seem to be RedHat packages for cocom, this grabs a cocom package from some random 3rd party I found on the internet. That might not be the best idea :). This also updates other CI configurations. Jon Turney (3): Cygwin: Add .appveyor.yml Cygwin: Add github action to cross-build on Fedora Cygwin: Remove .drone.yml .appveyor.yml | 69 ++++++++++++++++++++++++++++++++++++ .drone.yml | 58 ------------------------------ .github/workflows/cygwin.yml | 45 +++++++++++++++++++++++ 3 files changed, 114 insertions(+), 58 deletions(-) create mode 100644 .appveyor.yml delete mode 100644 .drone.yml create mode 100644 .github/workflows/cygwin.yml -- 2.28.0