diff options
| author | Antonin Descampe <antonin@gmail.com> | 2006-01-25 09:23:17 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2006-01-25 09:23:17 +0000 |
| commit | e6aae962178605924ac611ade4dddfe069ef0a98 (patch) | |
| tree | e2a1e276c7bcc7f1edaf53049d37a3a3ba584585 /DartConfig.cmake | |
| parent | 511d342a940764edd35b05b90430df2bea1da81f (diff) | |
added cmake files to the project
Diffstat (limited to 'DartConfig.cmake')
| -rw-r--r-- | DartConfig.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake new file mode 100644 index 00000000..421763f5 --- /dev/null +++ b/DartConfig.cmake @@ -0,0 +1,11 @@ +# Dashboard is opened for submissions for a 24 hour period starting at +# the specified NIGHLY_START_TIME. Time is specified in 24 hour format. +SET (NIGHTLY_START_TIME "21:00:00 EDT") + +# Dart server to submit results (used by client) +SET (DROP_METHOD "http") +SET (DROP_SITE "public.kitware.com") +SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi") +SET (TRIGGER_SITE + "http://${DROP_SITE}/cgi-bin/Submit-Public-TestingResults.cgi") + |
