Commit 48f680df authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Pavel Emelyanov

Travis: add test for building some CRIU's object

As it should be built anyway - it will not increase build time
significally.

Cc: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 3e455dad
...@@ -24,6 +24,8 @@ RUN apt-get install -y \ ...@@ -24,6 +24,8 @@ RUN apt-get install -y \
COPY . /criu COPY . /criu
WORKDIR /criu WORKDIR /criu
RUN make mrproper && make -j $(nproc) CC=$CC RUN make mrproper
RUN make -j $(nproc) CC=$CC criu/parasite-syscall.o
RUN make -j $(nproc) CC=$CC
RUN make mrproper RUN make mrproper
RUN bash -c 'CLEAN="$(git clean -ndx --exclude=scripts/build)"; echo "${CLEAN}"; test -z "${CLEAN}"; exit $?' 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