]> Creatis software - gdcm.git/blob - DartConfig.cmake
Data Elements of any length are now rewritten
[gdcm.git] / DartConfig.cmake
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 "21:00:00 EDT")
4
5 # Dart server to submit results (used by client)
6 SET (DROP_METHOD "http")
7 SET (DROP_SITE "public.kitware.com")
8 SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
9 SET (TRIGGER_SITE 
10     "http://${DROP_SITE}/cgi-bin/Submit-GDCM-TestingResults.cgi")
11