ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

Add Windows, Linux and OS X CI tests #18

Closed talex5 closed 7 years ago

talex5 commented 7 years ago

This PR adds a Travis file that tests ocurl on Linux and OS X and an AppVeyor config file that tests on Windows. To enable this in the main repository, you need to go turn on builds at both of these sites (as described at https://github.com/ocaml/ocaml-ci-scripts).

I have enabled them on my fork, and you can see the build results for this ci branch at:

https://github.com/talex5/ocurl/branches

(click on the red x beside the ci branch)

Note that the Linux tests are currently failing due to #9, and the OS X tests are failing due to https://github.com/ocaml/opam-repository/issues/7456. Hopefully this PR will make these issues easier to fix.

Direct link to build results:

https://travis-ci.org/talex5/ocurl/builds/161260178 https://ci.appveyor.com/project/talex5-ci/ocurl/build/build-2

Thanks,

ygrek commented 7 years ago

Thanks!