-
Notifications
You must be signed in to change notification settings - Fork 5
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 Azure Pipelines for automated tests #30
Comments
I'm also wondering about github actions, as they're baked in (although still in beta)? |
Both might be a fine thing! I think it's important that we slowly phase out Travis though. |
revisiting that, github actions are more robust these days, aren't they? |
They are. |
Travis is also very brittle and forces people to spend significant time maintaining a working CI test suite... |
As mentioned in another thread, my experience with GitHub Actions has been bad and I don't see how it could ever be fixed. On the other hand, CircleCI has been working perfectly. |
Travis is very unreliable for CI testing these days, and it's likely to get worse as they've lost a lot of staff. The MacPorts project has been very successfully using Azure Pipelines for the last few months as a secondary test system; it almost never has spurious failures. It would be good for us to set the same thing up for ocaml-community.
The text was updated successfully, but these errors were encountered: