From 7bffaae0f4a6a42f90e1844c93e7b30774b583f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr> Date: Thu, 20 Jan 2022 12:17:19 +0100 Subject: [PATCH] Update .gitlab-ci.yml to handle centOS 8 which is the operating system of the maestro cluster. Added checking that make distcheck works well. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce0de39..eb5715e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster: - image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:centos7_rock + image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:centOS8_ROCK script: - source /etc/profile.d/gensoft_modules.sh - module av @@ -23,6 +23,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster: - ./unit_test_cms - ./unit_test_read_utils - cd ..; make check + - make distcheck -- GitLab