From f894e199c6963f1043ca8bf74ef92f5c8b86e90a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr>
Date: Wed, 4 May 2022 11:40:58 +0200
Subject: [PATCH] Update .gitlab-ci.yml; added CI for ubuntu operating system

---
 .gitlab-ci.yml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00b8ed8..67ae263 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,4 +27,19 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster:
         - make distcheck
         
 
-    
+makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu:
+    image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:ubuntu_ROCK
+    script:
+        - aclocal
+        - autoconf -i
+        - automake
+        - ./configure
+        - make; cd src
+        - ./unit_test_fqreader
+        - ./unit_test_math_utils
+        - ./unit_test_fqwriter
+        - ./unit_test_cms
+        - ./unit_test_read_utils
+        - cd ..; make check
+        - make distcheck
+
-- 
GitLab