-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI for Windows #956
Comments
Probably we should consider Azure instead Travis. We need to evaluate Azure pipelines vs Github actions vs Travis vs DockerHub |
It boils down to solving z3 build on MinGW OCaml port: |
We can use Github Actions too for windows support, moreover I believe it would be more practical. And yes, it all distills to z3 and llvm dependencies. |
Note that Z3 package was fixed: https://github.com/fdopen/opam-repository-mingw/blob/opam2/packages/z3/z3.4.8.9/opam |
It will help to solve the
Related to #666
The text was updated successfully, but these errors were encountered: