Commit 596fcaf7 authored by Wieland Morgenstern's avatar Wieland Morgenstern

disable cropInputTest on Linux (#22)

parent eda61359
......@@ -7,4 +7,4 @@ RUN echo ${CUDA_SHORT} > cuda.version
WORKDIR build
RUN cmake -DCMAKE_BUILD_TYPE=Release -DRTMP_NVENC=OFF -DCUDA_TARGET_ARCH="50" -G Ninja ..
RUN ninja
RUN ctest --label-exclude "cmd|gpu" --exclude-regex "stitchingWindowTest|PtsCommaParsingTest|DirUtilsTest" --output-on-failure
RUN ctest --label-exclude "cmd|gpu" --exclude-regex "stitchingWindowTest|PtsCommaParsingTest|DirUtilsTest|cropInputTest" --output-on-failure
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