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

disable stitchingWindowTest on Mac (#19)

parent dae6f6a1
...@@ -34,7 +34,7 @@ matrix: ...@@ -34,7 +34,7 @@ matrix:
- cd build - cd build
- cmake -DCREATE_BOX_PACKAGE=OFF -DGPU_BACKEND_CUDA=OFF -DGPU_BACKEND_OPENCL=ON -DMACPORTS=OFF -DQt5_DIR=/usr/local/opt/qt/lib/cmake/Qt5 -G Ninja .. - cmake -DCREATE_BOX_PACKAGE=OFF -DGPU_BACKEND_CUDA=OFF -DGPU_BACKEND_OPENCL=ON -DMACPORTS=OFF -DQt5_DIR=/usr/local/opt/qt/lib/cmake/Qt5 -G Ninja ..
- ninja - ninja
- ctest --label-exclude "cmd|gpu" --output-on-failure - ctest --label-exclude "cmd|gpu" --exclude-regex "stitchingWindowTest" --output-on-failure
- name: CUDA 8 Linux - name: CUDA 8 Linux
dist: xenial dist: xenial
services: services:
......
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