Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
f0d07f54
Commit
f0d07f54
authored
Jun 14, 2001
by
Ken Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified testing
parent
e3f0d096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
33 deletions
+13
-33
CMakeLists.txt
CMakeLists.txt
+0
-33
DartConfig.cmake
DartConfig.cmake
+13
-0
No files found.
CMakeLists.txt
View file @
f0d07f54
...
...
@@ -5,38 +5,5 @@ SUBDIRS(Source)
# Include the standard Dart testing module
INCLUDE
(
${
CMAKE_ROOT
}
/Modules/Dart.cmake
)
#
# Variables used for submitting testing results. These will change from
# project to project. Most likely, you will change DROP_SITE,
# DROP_SITE_PASSWORD and TRIGGER_SITE.
#
IF
(
BUILD_TESTING
)
ENABLE_TESTING
()
# Dart server to submit results (used by client)
SET
(
DROP_SITE
"public.kitware.com"
CACHE INTERNAL
"FTP site for submitting testing results"
)
SET
(
DROP_LOCATION
"/incoming"
CACHE INTERNAL
"Directory on FTP site to place testing results"
)
SET
(
DROP_SITE_USER
"anonymous"
CACHE INTERNAL
"Username for FTP site for submitting testing results"
)
SET
(
DROP_SITE_PASSWORD
"cmake-tester@somewhere.com"
CACHE INTERNAL
"Password for FTP site for submitting testing results"
)
SET
(
TRIGGER_SITE
"http://
${
DROP_SITE
}
/cgi-bin/Submit-CMake-TestingResults.pl"
CACHE INTERNAL
"Web site to signal when testing results have been submitted"
)
# Dart server configuration
SET
(
CVS_WEB_URL
"http://
${
DROP_SITE
}
/cgi-bin/cvsweb.cgi/CMake/"
CACHE INTERNAL
"URL for revision control system"
)
SET
(
CVS_WEB_CVSROOT
"CMake"
CACHE INTERNAL
"Symbolic name for the CVSROOT in cvsweb"
)
SET
(
DOXYGEN_URL
"http://
${
DROP_SITE
}
/CMake/Doxygen/html/"
CACHE INTERNAL
"URL for source code documentation"
)
SET
(
GNATS_WEB_URL
"http://
${
DROP_SITE
}
/cgi-bin/gnatsweb.pl/CMake/"
CACHE INTERNAL
"URL for bug tracker"
)
ENDIF
(
BUILD_TESTING
)
DartConfig.cmake
0 → 100644
View file @
f0d07f54
# Dart server to submit results (used by client)
SET
(
DROP_SITE
"public.kitware.com"
)
SET
(
DROP_LOCATION
"/incoming"
)
SET
(
DROP_SITE_USER
"anonymous"
)
SET
(
DROP_SITE_PASSWORD
"cmake-tester@somewhere.com"
)
SET
(
TRIGGER_SITE
"http://
${
DROP_SITE
}
/cgi-bin/Submit-CMake-TestingResults.pl"
)
# Dart server configuration
SET
(
CVS_WEB_URL
"http://
${
DROP_SITE
}
/cgi-bin/cvsweb.cgi/CMake/"
)
SET
(
CVS_WEB_CVSROOT
"CMake"
)
SET
(
DOXYGEN_URL
"http://
${
DROP_SITE
}
/CMake/Doxygen/html/"
)
SET
(
GNATS_WEB_URL
"http://
${
DROP_SITE
}
/cgi-bin/gnatsweb.pl/CMake/"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment