Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ROCK
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Véronique LEGRAND
ROCK
Commits
403e1168
Commit
403e1168
authored
3 months ago
by
Véronique LEGRAND
Browse files
Options
Downloads
Patches
Plain Diff
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
Stage:
in 18 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-25
6 additions, 25 deletions
.gitlab-ci.yml
with
6 additions
and
25 deletions
.gitlab-ci.yml
+
6
−
25
View file @
403e1168
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment