Skip to content

Instantly share code, notes, and snippets.

@jeremyselan
Created February 23, 2012 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyselan/1888845 to your computer and use it in GitHub Desktop.
Save jeremyselan/1888845 to your computer and use it in GitHub Desktop.
OpenColorIO testing script
mkdir -p build_tests
cd build_tests
cmake \
-D CMAKE_BUILD_TYPE=Release \
-D OCIO_BUILD_SHARED=FALSE \
-D OCIO_BUILD_STATIC=FALSE \
-D OCIO_BUILD_TRUELIGHT=FALSE \
-D OCIO_BUILD_TESTS=TRUE \
-D OCIO_BUILD_APPS=FALSE \
-D OCIO_BUILD_NUKE=FALSE \
-D OCIO_BUILD_PYGLUE=FALSE \
../
make -j1 && src/core_tests/ocio_core_tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment