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

CI: install dune properly on the docker image

parent 6f4bda86
No related branches found
No related tags found
No related merge requests found
image: ocaml/opam2:ubuntu image: ocaml/opam2
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
...@@ -13,6 +13,7 @@ stages: ...@@ -13,6 +13,7 @@ stages:
build_and_test: build_and_test:
stage: build stage: build
script: script:
- opam depext dune
- opam install dune ocamlfind - opam install dune ocamlfind
- make - make
- make install - make install
......
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