OCamlPro / alt-ergo

OCamlPro public development repository for Alt-Ergo
https://alt-ergo.ocamlpro.com/
Other
130 stars 33 forks source link

Restore Windows CI on Cygwin #1203

Closed Halbaroth closed 1 month ago

Halbaroth commented 1 month ago

The latest version of setup-ocaml has a new support for Windows. As we plan to support officially the Windows platform, we should test it on our CI. This PR restores the CI on Windows.

Currently, we compile with Cygwin because there is no support for MSYS2 in opam-setup yet.

I add a new tag unix for tests whose the purpose is to ignore tests on non-unix platform.