DartConfig.cmake 867 B

12345678910111213141516171819202122
  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 EST")
  4. # Dart server to submit results (used by client)
  5. SET (DROP_SITE "public.kitware.com")
  6. SET (DROP_LOCATION "/incoming")
  7. SET (DROP_SITE_USER "ftpuser")
  8. SET (DROP_SITE_PASSWORD "public")
  9. SET (TRIGGER_SITE
  10. "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
  11. # Dart server configuration
  12. SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
  13. SET (CVS_WEB_CVSROOT "CMake")
  14. OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
  15. SET (DOXYGEN_URL "http://${DROP_SITE}/CMake/Doxygen/html/" )
  16. SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
  17. SET (USE_GNATS "Off")
  18. SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")