ocaml-multicore / effects-examples

Examples to illustrate the use of algebraic effects in Multicore OCaml
ISC License
417 stars 35 forks source link

Add travis-ci support #16

Closed kayceesrk closed 4 years ago

kayceesrk commented 6 years ago

Building the examples may break due to upstream changes as seen in #14. So add support for travis-ci to test for these breakages automatically. It appears that the popular way to test OCaml projects is to use ocaml-ci-scripts. The scripts need to be updated to work with the Multicore OCaml compiler.

kayceesrk commented 4 years ago

This is done.