Skip to content
Snippets Groups Projects
Commit 632ee518 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

print autoconf version.

parent 98efaf05
No related branches found
No related tags found
No related merge requests found
Pipeline #13750 failed
......@@ -10,6 +10,7 @@ build-gcc64:
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module load libtool autoconf automake
- autoconf --version
- cd libcdi && ./autogen.sh && cd ..
- autoreconf -vfi --no-recursive
script:
......@@ -50,6 +51,7 @@ build-intel18:
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module load libtool autoconf automake
- autoconf --version
- cd libcdi && ./autogen.sh && cd ..
- autoreconf -vfi --no-recursive
script:
......
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