From d66759c5b6698513ed2ec14333f6d6150b3d973f Mon Sep 17 00:00:00 2001 From: Erwan Jahier <jahier@imag.fr> Date: Fri, 7 Dec 2018 16:21:20 +0100 Subject: [PATCH] add a rule to run tests on a macos --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 271afce0..aa4e38a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,4 +23,16 @@ test_opam_test: - opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository" - opam update - opam install -y lustre-v6 + - lv6 -help +test_opam_on_mac: + stage: test + tags: + - macos + - docker + script: + - opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository" + - opam update + - opam install -y lustre-v6 + - lv6 -help + allow_failure: true -- GitLab