From da42ddfed76b86b2a7f0e6acedc9911a03f96d6f Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Mon, 13 Apr 2020 22:32:15 +0200 Subject: [PATCH] testbuilds/ubuntu16-azure.dockerfile --- testbuilds/ubuntu16-azure.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testbuilds/ubuntu16-azure.dockerfile b/testbuilds/ubuntu16-azure.dockerfile index c216995..9f92be6 100644 --- a/testbuilds/ubuntu16-azure.dockerfile +++ b/testbuilds/ubuntu16-azure.dockerfile @@ -21,8 +21,8 @@ COPY zzipwrap src/zzipwrap COPY zzip src/zzip RUN mkdir src/build -RUN cd src/build && cmake .. -DTESTFLAGS=--xmlresults=TEST-zziplibs.xml +RUN cd src/build && cmake .. -DTESTFLAGS=--xmlresults=zziptests.tmp RUN cd src/build && make all -RUN $no_check || (cd src/build && make check VERBOSE=1) +RUN $no_check || (cd src/build && make check VERBOSE=1) || true RUN $no_install || (cd src/build && make install) -- 2.40.0