[CRIU] [PATCH 6/6] travis-ci: run compel tests on build stage
Dmitry Safonov
dsafonov at virtuozzo.com
Mon May 30 05:48:51 PDT 2016
It took a little time on travis (I didn't measure, just starred
at build and it added not visible delay for build).
But it will help to verify that compel works on all supported arches.
Cc: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
scripts/build/Dockerfile.tmpl | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/build/Dockerfile.tmpl b/scripts/build/Dockerfile.tmpl
index 27699582e20d..c2857003bffc 100644
--- a/scripts/build/Dockerfile.tmpl
+++ b/scripts/build/Dockerfile.tmpl
@@ -22,3 +22,4 @@ COPY . /criu
WORKDIR /criu
RUN make clean && make -j $(nproc)
+RUN make test/compel/handle_binary && ./test/compel/handle_binary
--
2.8.2
More information about the CRIU
mailing list