DartConfig.cmake 1.0 KB

12345678910111213141516171819202122232425262728
  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")
  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. # Project Home Page
  12. SET (PROJECT_URL "http://www.cmake.org/")
  13. # Dart server configuration
  14. SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/cmake-rollup-dashboard.sh")
  15. SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
  16. SET (CVS_WEB_CVSROOT "CMake")
  17. SET (USE_DOXYGEN "On")
  18. SET (DOXYGEN_URL "http://www.cmake.org/doc/nightly/html/" )
  19. OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
  20. SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
  21. SET (USE_GNATS "Off")
  22. SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")