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

fix building dir

parent 6e3be12f
No related branches found
No related tags found
No related merge requests found
Pipeline #2458 failed
......@@ -11,7 +11,7 @@ build-gcc64:
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module load libtool autoconf automake
- cd libcdi && git checkout develop && ./autogen.sh
- cd libcdi && git checkout develop && ./autogen.sh && cd ..
- autoreconf -vfi --no-recursive
script:
- module load gcc/6.4.0
......@@ -39,7 +39,7 @@ build-intel18:
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module load libtool autoconf automake
- cd libcdi && git checkout develop && ./autogen.sh
- cd libcdi && git checkout develop && ./autogen.sh && cd ..
- autoreconf -vfi --no-recursive
script:
- module load gcc/6.4.0 intel
......
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