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.
7 lines
188 B
CMake
7 lines
188 B
CMake
set(CTEST_PROJECT_NAME "PolyVox")
|
|
|
|
set(CTEST_DROP_METHOD "http")
|
|
set(CTEST_DROP_SITE "my.cdash.org")
|
|
set(CTEST_DROP_LOCATION "/submit.php?project=PolyVox")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|