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
cde84266
Commit
cde84266
authored
4 months ago
by
Legrand Véronique
Browse files
Options
Downloads
Patches
Plain Diff
new script fr running tests in a docker container
parent
d9c2e782
No related branches found
No related tags found
No related merge requests found
Pipeline
#145517
failed with stage
in 17 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_tests_ci.sh
+20
-0
20 additions, 0 deletions
run_tests_ci.sh
with
20 additions
and
0 deletions
run_tests_ci.sh
0 → 100755
+
20
−
0
View file @
cde84266
#!/bin/sh
source
/etc/profile.d/gensoft_modules.sh
||
exit
1
module av
||
exit
2
module load gcc/9.2.0
||
exit
3
module load m4/1.4.18
||
exit
4
module load autoconf/2.69
||
exit
5
module load automake/1.16.3
||
exit
6
module list
||
exit
7
aclocal
||
exit
8
autoconf
-i
||
exit
9
automake
||
exit
10
./configure
||
exit
11
make
;
cd
src
||
exit
12
./unit_test_fqreader
||
exit
13
./unit_test_math_utils
||
exit
14
./unit_test_fqwriter
||
exit
15
./unit_test_cms
||
exit
16
/unit_test_read_utils
||
exit
17
cd
..
;
make check
||
exit
18
make distcheck
||
exit
19
\ No newline at end of file
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