Add support for building on the CDash site. Running the 'Experimental'
target (that is, 'make Experimental' on Linux) will submit the build results to http://my.cdash.org/index.php?project=PolyVox. I've (hopefully) set up a nightly build as well.
This commit is contained in:
@ -23,3 +23,7 @@ ADD_SUBDIRECTORY(examples/OpenGL)
|
||||
ADD_DEPENDENCIES(OpenGLExample PolyVoxCore PolyVoxUtil)
|
||||
|
||||
INCLUDE(Packaging.cmake)
|
||||
|
||||
ENABLE_TESTING()
|
||||
INCLUDE(CTest)
|
||||
SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
|
||||
|
Reference in New Issue
Block a user