Commit 00b28458 authored by Wieland Morgenstern's avatar Wieland Morgenstern

don't run gpu labeled tests in CI - no GPUs present

parent 44a17607
......@@ -32,7 +32,7 @@ matrix:
- cd build
- cmake -DCREATE_BOX_PACKAGE=OFF -DGPU_BACKEND_CUDA=OFF -DGPU_BACKEND_OPENCL=ON -DAPPLE_BREW=ON -DQt5_DIR=/usr/local/opt/qt/lib/cmake/Qt5 -G Ninja ..
- ninja
- ctest -LE cmd --output-on-failure
- ctest --label-exclude "cmd|gpu" --ouput-on-failure
- name: CUDA 8 Linux
dist: xenial
services:
......
......@@ -7,4 +7,4 @@ RUN echo ${CUDA_SHORT} > cuda.version
WORKDIR build
RUN cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_PKG=ON -DRTMP_NVENC=OFF -DCUDA_TARGET_ARCH="50" -G Ninja ..
RUN ninja
RUN ctest -LE cmd --output-on-failure
RUN ctest --label-exclude "cmd|gpu" --ouput-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