CI: increase number of CPUs for MATLAB testsuite

time-shift
Sébastien Villemot 2018-09-14 19:46:01 +02:00
parent 99aadf7d1a
commit f62aa80779
1 changed files with 1 additions and 1 deletions

View File

@ -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: