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

Merge branch 'fix/martin/ci/fix-opam-pin-nightly' into 'stable/copper'

Fix opam nightly CI

See merge request frama-c/frama-c!4634
parents 1bbd47e7 347b7747
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