gap-packages / io

GAP package IO to do input and output
https://gap-packages.github.io/io/
Other
14 stars 14 forks source link

Add Windows tests to CI setup #84

Closed wilfwilson closed 2 years ago

fingolfin commented 5 years ago

I tried to do it using Travis in PR #83, but can't quite figure out how to install resp. use cygwin packages there (so I think I managed to install cygwin, but I don't know how to proceed from there). But if anybody wants to pick up those pieces and continue from there, be my guest, I won't work on this for now.

Of course it's also perfectly fine to use AppVeyor for this instead.

wilfwilson commented 3 years ago

This might be easier now, given the https://github.com/gap-actions/setup-cygwin-for-gap action; GAP itself now uses this to test on Windows in GitHub Actions.