.gitlab-ci.yml 354 B

12345678910111213141516
  1. before_script:
  2. - apt-get update -qq && apt-get install -y -qq opam ocaml ocaml-native-compilers
  3. - opam --version
  4. # OCaml version of the ci runner, i.e. from the system
  5. #ocaml_sys:
  6. # script: "./gitlab-ci.sh system"
  7. # OCaml version 4.02
  8. ocaml_402:
  9. script: "./gitlab-ci.sh 4.02.3"
  10. # OCaml version 4.03
  11. ocaml_403:
  12. script: "./gitlab-ci.sh 4.03.0"