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

ci: use the .opam file for building the git repo

parent c45cb622
No related branches found
No related tags found
No related merge requests found
Pipeline #103950 failed
...@@ -11,8 +11,8 @@ build: ...@@ -11,8 +11,8 @@ build:
- opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository" - opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
- eval `opam config env` - eval `opam config env`
- sudo apt-get update - sudo apt-get update
- opam depext -y lustre-v6 lutin lablgtk3 functory psq - opam depext sasa rdbgui4sasa || echo "not needed for recent opam version"
- opam install -y dune ocamlgraph lutin lablgtk3 functory psq - opam install --deps-only ./sasa.opam ./rdbgui4sasa.opam
- make - make
- make install - make install
- make test - make test
......
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