Disabled GL tests during CI runs on Linux

The glImaging test continues to have inconsistent
pass/fail state during Travis CI runs on Linux.
Disabling this test while we investigate ways to
improve stability.
This commit is contained in:
David G Yu 2017-09-25 08:46:17 -07:00
parent 2ce82af257
commit bb227dbd36

View File

@ -30,6 +30,7 @@ mkdir build && cd build
cmake \
-DNO_CUDA=1 \
-DNO_OPENCL=1 \
-DNO_GLTESTS=1 \
-DPTEX_LOCATION=$HOME/ptex \
-DTBB_LOCATION=$HOME/tbb43_20141023oss \
.. || exit $?