ocaml-ci-scripts
ocaml-ci-scripts copied to clipboard
Add Azure Pipelines support
A config from Coq might be helpful for that: https://github.com/coq/coq/blob/master/azure-pipelines.yml
I favor this. MacPorts has been having extremely good success with Azure Pipelines of late; the service is fast, and much more reliable than Travis. It also has much better Mac support.
Azure Pipelines are now superseded by GitHub Actions:
- https://discuss.ocaml.org/t/github-actions-for-ocaml-opam-now-available/4745
- https://github.com/marketplace/actions/setup-ocaml
- https://github.com/avsm/setup-ocaml/
Either way, are you willing to write the necessary configurations for us?
Yes, why not?