Commit e38c37f0 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Pavel Emelyanov

Travis: check mrproper cleanings

Let there be more make-tests.

Cc: Adrian Reber <adrian@lisas.de>
Cc: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 0bda4caa
...@@ -22,3 +22,5 @@ COPY . /criu ...@@ -22,3 +22,5 @@ COPY . /criu
WORKDIR /criu WORKDIR /criu
RUN make clean && make -j $(nproc) RUN make clean && make -j $(nproc)
RUN make mrproper
RUN bash -c 'CLEAN="$(git clean -ndx --exclude=scripts/build)"; echo "${CLEAN}"; test -z "${CLEAN}"; exit $?'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment