opm-core/CTestConfig.cmake
Andreas Lauser 2cc9807b63 Enable CDash testing
Configure everything using CMake and run 'ctest -D Experimental'
inside the build directory. If you want to participate in the nightly
testing, add

	#!/bin/sh
	cd $BUILD_DIR
	exec ctest -D Nightly

to /etc/cron.daily/opm-core. The results can then be browsed at

<http://opm-project.org/CDash/index.php?project=opm-core>
2013-02-11 22:38:01 +01:00

7 lines
243 B
CMake

set(CTEST_PROJECT_NAME "opm-core")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "opm-project.org")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=opm-core")
set(CTEST_DROP_SITE_CDASH TRUE)