Skip to content
Snippets Groups Projects
Commit dcbc211b authored by BRUN Lelio's avatar BRUN Lelio
Browse files

Update .gitlab-ci.yml file

parent d62bba1b
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,6 @@ build:
# opam install . --deps-only --locked --with-test --with-doc --yes
# which should start by installing depexts
# (possibly we will need to set some explicit environment variable first).
- export https_proxy=http://proxy.isae.fr:3128
- opam install depext --yes
- opam install . --dry-run --deps-only --locked --with-test --with-doc --yes | awk '/-> installed/{print $3}' | xargs opam depext -iy
# the magical command above comes from https://github.com/ocaml/opam/issues/3790
......
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