mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
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: Dmitry Safonov <dsafonov@virtuozzo.com> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
0bda4caa43
commit
e38c37f05a
@@ -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 $?'
|
||||||
|
Reference in New Issue
Block a user