Parcourir la source

Amend Gitlab CI script

 + Trying to install ocamlfind manually
Leo il y a 9 ans
Parent
commit
74940a82ab
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      gitlab-ci.sh

+ 3 - 0
gitlab-ci.sh

@@ -11,6 +11,9 @@ opam --version
 opam --git-version
 ocaml -version
 
+# ocamlfind is mandatory to build
+opam install ocamlfind
+
 # Building OcLaunch and running tests
 ./configure --enable-tests
 make