mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +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:
parent
0bda4caa43
commit
e38c37f05a
@ -22,3 +22,5 @@ COPY . /criu
|
||||
WORKDIR /criu
|
||||
|
||||
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 $?'
|
||||
|
Loading…
x
Reference in New Issue
Block a user