dialohq / ocaml-grpc

gRPC library for OCaml
https://dialohq.github.io/ocaml-grpc
BSD 3-Clause "New" or "Revised" License
62 stars 9 forks source link

Create GH Actions for testing Windows support. #40

Closed tmcgilchrist closed 1 year ago

tmcgilchrist commented 1 year ago

This will test whether grpc with lwt and Eio support builds on Windows.

Opening as a Draft while I validate the tutorial code works on Windows.

tmcgilchrist commented 1 year ago

This seems to be working well enough in my local testing to enable it for the main repo. The situation with opam-repository packages and Windows support is evolving and should improve when opam.2.2 is generally available.

quernd commented 1 year ago

Thanks @tmcgilchrist! CI was green when you added your commits but we inadvertently broke it (in #43 I believe). I opened #47 to address this.

tmcgilchrist commented 1 year ago

Thank you for picking that up and sorry about breaking things. @quernd