Skip to content
Snippets Groups Projects
Commit 347b7747 authored by Thibault Martin's avatar Thibault Martin
Browse files

Add -k option to opam pin

parent 1bbd47e7
No related branches found
No related tags found
No related merge requests found
...@@ -504,7 +504,7 @@ ocaml-versions-nightly: ...@@ -504,7 +504,7 @@ ocaml-versions-nightly:
image: 'ocaml/opam:ubuntu-20.04-ocaml-$OCAML' image: 'ocaml/opam:ubuntu-20.04-ocaml-$OCAML'
script: script:
- sudo apt update - sudo apt update
- opam pin . -n - opam pin . -n -k path
- opam depext frama-c --with-test - opam depext frama-c --with-test
- opam install --jobs 2 frama-c --with-test --with-doc - opam install --jobs 2 frama-c --with-test --with-doc
- frama-c --plugins - frama-c --plugins
......
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