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

Update CI scripts for Intel on Mistral: check out-of-source build.

parent 205346d1
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ init_intel1706
test -f "${top_srcdir}/configure" || ( cd "${top_srcdir}" && ./autogen.sh )
# Create a subdirectory for building and switch to it:
mkdir build && cd build
"${top_srcdir}/configure" \
--disable-maintainer-mode \
--enable-cf-interface \
......@@ -30,3 +33,7 @@ make -j8
make -j8 check || { cat tests/test-suite.log; exit 1; }
check_all_tests_passed tests/test-suite.log
make -j8 distclean
check_no_files_in_cwd
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