Parcourir la source

CI build with OCaml version 4.03

 + Testing with the second beta.
Leo il y a 9 ans
Parent
commit
c1b0067687
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .gitlab-ci.yml

+ 4 - 0
.gitlab-ci.yml

@@ -9,3 +9,7 @@ ocaml_sys:
 # OCaml version 4.02
 # OCaml version 4.02
 ocaml_402:
 ocaml_402:
   script: "./gitlab-ci.sh 4.02.3"
   script: "./gitlab-ci.sh 4.02.3"
+
+# OCaml version 4.03
+ocaml_403:
+  script: "./gitlab-ci.sh 4.03.0+beta2"