Project

General

Profile

« Previous | Next » 

Revision d88b417f

Added by LĂ©lio Brun over 3 years ago

try to fix ci

View differences:

.gitlab-ci.yml
7 7
.build-matrix:
8 8
  # parallel:
9 9
    # https://docs.gitlab.com/ee/ci/yaml/README.html#parallel-matrix-jobs
10
    matrix:
10
    # matrix:
11 11
    # - OCAML_COMPILER: "4.00.1"
12 12
    # - OCAML_COMPILER: "4.01.0"
13 13
    # - OCAML_COMPILER: "4.02.1"
......
20 20
    # - OCAML_COMPILER: "4.08.1"
21 21
    # - OCAML_COMPILER: "4.09.1"
22 22
    # - OCAML_COMPILER: "4.10.0"
23
    OCAML_COMPILER: "4.11.1"
23
    variables:
24
      OCAML_COMPILER: "4.11.1"
24 25

  
25 26
variables:
26 27
  CLEAN_OPAM_CACHE: "false"

Also available in: Unified diff