Skip to content
Snippets Groups Projects
Commit f62aa807 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: increase number of CPUs for MATLAB testsuite

parent 99aadf7d
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ testsuite_matlab:
script:
- autoreconf -si
- './configure --disable-octave --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
- make -j $(($(nproc) / 2)) -C tests check-matlab
- make -j $(($(nproc) * 3 / 4)) -C tests check-matlab
- cat tests/run_test_matlab_output.txt
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment