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

Update .gitlab-ci.yml file; now using a redhat 8.8 image for CI.

parent eb997630
No related branches found
No related tags found
No related merge requests found
Pipeline #145519 failed with stage
in 18 minutes and 26 seconds
makefile_generation_and_compilation_plus_run_nrt_tests_cluster: makefile_generation_and_compilation_plus_run_nrt_tests_cluster:
image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:centOS8_ROCK image: docker:27
script: script:
- source /etc/profile.d/gensoft_modules.sh - sleep 3 # Try to avoid "ERROR: open /certs/client/ca.pem: no such file or directory"
- module av - docker build -t test_rh8.8_image -f Dockerfile_redhat_autotools .
- module load gcc/7.2.0 - docker run -td -v $(pwd):/ROCK -w /ROCK --name test_all test_rh8.8_image
- module load m4/1.4.17 - docker ps -a
- module load autoconf/2.69 - docker exec test_all sh -c "./run_tests_ci.sh"
- module load automake/1.15
- module list
- export PATH=$PATH:/usr/bin
- echo $PATH
- ls /usr/bin
- yum update -y && yum install -y perl perl-Thread-Queue.noarch && /usr/bin/perl --version
# - rm configure
- 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
makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu: makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu:
......
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