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
f894e199
Commit
f894e199
authored
2 years ago
by
Véronique LEGRAND
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-1
16 additions, 1 deletion
.gitlab-ci.yml
with
16 additions
and
1 deletion
.gitlab-ci.yml
+
16
−
1
View file @
f894e199
...
...
@@ -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
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