Browse Source

Amend Gitlab CI script, dev dependencies

 + Add development dependencies to run tests.
Leo 9 years ago
parent
commit
6e0b457e33
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gitlab-ci.sh

+ 2 - 0
gitlab-ci.sh

@@ -17,6 +17,8 @@ ocaml -version
 
 # ocamlfind is mandatory to build
 opam install ocamlfind
+# XXX Manualy install development dependancies, not yet supported (ait opam 1.3)
+opam install alcotest oUnit
 
 # Installing dependancies and testing installation
 opam pin add oclaunch-ci .