jbdoderlein / BetterOCaml

A small but efficient, intuitive and responsive OCaml IDE right in your browser! Ships OCaml v5.1.1, interpreter by your browser (so it works offline!), compiled with js_of_ocaml.
https://perso.eleves.ens-rennes.fr/people/jean-baptiste.doderlein/betterocaml
Apache License 2.0
37 stars 8 forks source link

Continuous integration with Github Actions #32

Closed jbdoderlein closed 3 years ago

jbdoderlein commented 3 years ago

Add continuous integration and deploy with github actions : This action to setup ocaml and compile the toplevel and this one to deploy to the FTP server

jbdoderlein commented 3 years ago

Toplevel compilation CI done in df2b1a113aee43d2d1975482fca485b4a7ef2ff5 TODO : html CI and CD

jbdoderlein commented 3 years ago

CD done !

Naereen commented 3 years ago

Great job!