Commit 8c9e3cf2 authored by Wieland Morgenstern's avatar Wieland Morgenstern

disable stitchingWindowTest on Linux (#19)

parent 8d35766e
......@@ -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" --output-on-failure
RUN ctest --label-exclude "cmd|gpu" --exclude-regex "stitchingWindowTest" --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