Skip to content
Snippets Groups Projects
Commit c599dc14 authored by erwan's avatar erwan
Browse files

Build: use ocaml 4.08 for the CI

parent ad99d979
No related branches found
No related tags found
No related merge requests found
image: ocaml/opam2:ubuntu-18.04-ocaml-4.07
image: ocaml/opam2:ubuntu-18.04-ocaml-4.08
variables:
GIT_STRATEGY: clone
......@@ -13,6 +13,9 @@ stages:
build_and_test:
stage: build
script:
- opam repo add official-repo "https://opam.ocaml.org"
- opam repository add official-repo --set-default
- opam update
- opam depext dune ocamlfind
- opam install dune ocamlfind num
- make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment