mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
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:
parent
2ce82af257
commit
bb227dbd36
@ -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 $?
|
||||
|
Loading…
Reference in New Issue
Block a user