CI: remove redundant output

time-shift
Sébastien Villemot 2018-09-14 19:54:35 +02:00
parent 0fe22e70e3
commit b7711e474f
1 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ testsuite_matlab:
- 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) * 3 / 4)) -C tests check-matlab
- cat tests/run_test_matlab_output.txt
artifacts:
paths:
- tests/*.m.log
@ -54,7 +53,6 @@ testsuite_matlab:
- autoreconf -si
- ./configure --disable-matlab
- make -j $(nproc) -C tests check-octave
- cat tests/run_test_octave_output.txt
artifacts:
paths:
- tests/*.o.log