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: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
...@@ -13,6 +13,9 @@ stages: ...@@ -13,6 +13,9 @@ stages:
build_and_test: build_and_test:
stage: build stage: build
script: script:
- opam repo add official-repo "https://opam.ocaml.org"
- opam repository add official-repo --set-default
- opam update
- opam depext dune ocamlfind - opam depext dune ocamlfind
- opam install dune ocamlfind num - opam install dune ocamlfind num
- make - 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