Skip to content
Snippets Groups Projects
Commit f894e199 authored by Véronique  LEGRAND's avatar Véronique LEGRAND
Browse files

Update .gitlab-ci.yml; added CI for ubuntu operating system

parent 42a28633
No related branches found
No related tags found
No related merge requests found
Pipeline #81095 passed with stage
in 14 minutes and 30 seconds
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment