Skip to content
Snippets Groups Projects
Commit f6f7357c authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

Revert "avoid manual loading of the module system"

This reverts commit c65bfddc.
parent c65bfddc
No related branches found
No related tags found
No related merge requests found
Pipeline #2508 passed
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment