From dcbc9cf40b95c7c27d5f8202fc802fd68c02dd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennard=20G=C3=A4her?= <l.gaeher@posteo.de> Date: Tue, 26 Jul 2022 20:17:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb90f4b..f5798d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: variables: CPU_CORES: "10" + OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" + .template: &template stage: build -- GitLab