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

Build: fix the ci

parent fc82a402
No related branches found
No related tags found
No related merge requests found
Pipeline #28451 passed
image: ocaml/opam2:ubuntu-18.04-ocaml-4.08
image: ocaml/opam2:ubuntu
variables:
GIT_STRATEGY: clone
......@@ -13,10 +13,8 @@ stages:
build_and_test:
stage: build
script:
- opam repo add official-repo "https://opam.ocaml.org"
- opam repository add official-repo --set-default
- sudo apt-get install -y m4
- opam update
- opam depext dune ocamlfind
- opam install dune ocamlfind num
- make
- 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