1 # Dashboard is opened for submissions for a 24 hour period starting at
2 # the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
3 SET (NIGHTLY_START_TIME "22:00:00 EDT")
5 # Dart server to submit results (used by client)
6 SET (DROP_SITE "public.kitware.com")
7 SET (DROP_LOCATION "/incoming")
8 SET (DROP_SITE_USER "ftpuser")
9 SET (DROP_SITE_PASSWORD "public")
11 "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
14 SET (PROJECT_URL "http://www.cmake.org/")
16 # Dart server configuration
17 SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/cmake-rollup-dashboard.sh")
19 SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
20 SET (CVS_WEB_CVSROOT "CMake")
22 SET (USE_DOXYGEN "On")
23 SET (DOXYGEN_URL "http://www.cmake.org/doc/nightly/html/" )
24 OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
25 SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
28 SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")