Skip to content
Snippets Groups Projects
Commit fd866d63 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

Merge branch 'master' of https://gitlab.pasteur.fr/vlegrand/ROCK

parents 00f80f41 f894e199
No related branches found
No related tags found
No related merge requests found
Pipeline #81109 passed with stage
in 22 minutes and 34 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