Browse Source

Starting to use Gitlab CI

 + Create the required file, with only one compiler at the moment.
Leo 9 years ago
parent
commit
3d061ed1eb
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .gitlab-ci.yml

+ 10 - 0
.gitlab-ci.yml

@@ -0,0 +1,10 @@
+before_script:
+  - apt-get update -qq && apt-get install -y -qq opam
+  - opam --version
+
+# OCaml version 4.02
+ocaml402:
+  - opam init --comp 4.02.3
+  - ./configure --enable-tests
+  - make test
+  - opam pin add oclaunch .