Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mpim-sw
cdo
Commits
f6f7357c
Commit
f6f7357c
authored
Apr 06, 2020
by
Ralf Mueller
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "avoid manual loading of the module system"
This reverts commit
c65bfddc
.
parent
c65bfddc
Pipeline
#2508
passed with stages
in 15 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
No files found.
.gitlab-ci.yml
View file @
f6f7357c
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -8,6 +9,7 @@ stages:
build-gcc64
:
stage
:
build
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
-
module load libtool autoconf automake
-
cd libcdi && git checkout develop && ./autogen.sh && cd ..
-
autoreconf -vfi --no-recursive
...
...
@@ -26,6 +28,8 @@ build-gcc64:
check-gcc64
:
stage
:
check
needs
:
[
"
build-gcc64"
]
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
script
:
-
module load gcc/6.4.0
-
cd gcc64 && make check
...
...
@@ -37,6 +41,7 @@ check-gcc64:
build-intel18
:
stage
:
build
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
-
module load libtool autoconf automake
-
cd libcdi && git checkout develop && ./autogen.sh && cd ..
-
autoreconf -vfi --no-recursive
...
...
@@ -55,6 +60,8 @@ build-intel18:
check-intel18
:
stage
:
check
needs
:
[
"
build-intel18"
]
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
script
:
-
module load gcc/6.4.0 intel
-
cd intel18 && make check
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment