Skip to content
Snippets Groups Projects
Commit ea0300fa authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Docker: CLI release should also report failed tests

parent 7c31f6b2
No related branches found
No related tags found
1 merge request!63Dev tp
......@@ -26,7 +26,7 @@ RUN cmake \
-DCMAKE_INSTALL_PREFIX=$BASEDIR/install \
.. && \
make -j $(grep -c processor /proc/cpuinfo) && \
make test ARGS="-j $(grep -c processor /proc/cpuinfo)" && \
make test ARGS="-j $(grep -c processor /proc/cpuinfo) --output-on-failure" && \
make install
 
 
......
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