image: ocaml/opam:ubuntu variables: GIT_STRATEGY: clone stages: - build - test build: stage: build script: - sudo apt-get install -y libgmp-dev libmpfr-dev m4 - opam repo add opam-ocaml-org "https://opam.ocaml.org" - opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository" - opam update - opam install -y camlp4 ocamlfind camlidl oasis mlgmpidl - opam install rdbg lustre-v6 - make - make install test_opam_test: stage: test script: - sudo apt-get install -y libgmp-dev libmpfr-dev m4 - opam repo add opam-ocaml-org "https://opam.ocaml.org" - opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository" - opam update - opam install -y lutin