setup-ocaml

GitHub Action for the OCaml programming language

MIT License

Stars
192
Committers
22

Bot releases are visible (Hide)

setup-ocaml - v1.1.4

Published by smorimoto almost 4 years ago

Changed

Windows installs mingw64-x86_64-gcc-g++ so GitHub Action can build libraries that require it.

setup-ocaml - v1.1.3

Published by smorimoto almost 4 years ago

Security

setup-ocaml - v1.1.2

Published by smorimoto about 4 years ago

Changed

  • Add the Cygwin setup to a known location for later steps.

Fixed

  • Check if the switch exists before creating the switch.
setup-ocaml - v1.1.1

Published by smorimoto about 4 years ago

Fixed

  • OCaml installation errors on Windows are now properly propagated.
setup-ocaml - v1.1.0

Published by smorimoto over 4 years ago

Added

  • The default opam repository can now be set via input.

Changed

  • Linux VMs now use opam 2.0.7.
setup-ocaml - v1.0.1

Published by giltho over 4 years ago

Changed

  • node_modules are not exported anymore which reduces the size of the action.

  • The repository is initialised directly from the opam-repository git source, so that there is no lag in packages being available for CI.

  • Ubuntu installs musl-tools so that the GitHub Action can generate statically linked Linux binaries in conjunction with the ocaml-variants.4.x.y+musl+flambda switch.

setup-ocaml - v1.0

Published by avsm almost 5 years ago

  • Initial release.