Skip to content
Snippets Groups Projects
Commit 3baae800 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update CI scripts for Intel on Mistral: check whether the configure script...

Update CI scripts for Intel on Mistral: check whether the configure script removes '.libs' directory.
parent 29660ed0
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,9 @@ FC="${MPIFC}" \
MPI_LAUNCH="${MPI_LAUNCH}" \
PKG_CONFIG_PATH="${YAXT_ROOT}/lib/pkgconfig:${PPM_ROOT}/lib/pkgconfig"
# Check whether the configure script removed the '.libs' directory:
test -e .libs && echo "ERROR: the configure script did not remove directory '.libs'" && exit 1
make -j8
make -j8 check || { cat tests/test-suite.log; exit 1; }
......
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