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
Xdmf
Xdmf
Commits
6ff2d202
Commit
6ff2d202
authored
Apr 15, 2010
by
Ken Leiter (Civ ARL/CISD) kleiter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Add CTEST to allow for submissions to the Xdmf dashboard.
parent
5220c48c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
CTestConfig.cmake
CTestConfig.cmake
+12
-0
No files found.
CMakeLists.txt
View file @
6ff2d202
...
...
@@ -68,5 +68,6 @@ endif(BUILD_DOCUMENTATION)
option
(
BUILD_TESTING OFF
)
if
(
BUILD_TESTING
)
enable_testing
()
include
(
CTest
)
add_subdirectory
(
tests
)
endif
(
BUILD_TESTING
)
CTestConfig.cmake
0 → 100644
View file @
6ff2d202
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
set
(
CTEST_PROJECT_NAME
"Xdmf"
)
set
(
CTEST_NIGHTLY_START_TIME
"21:00:00 EST"
)
set
(
CTEST_DROP_METHOD
"https"
)
set
(
CTEST_DROP_SITE
"hsai-web-origin.arl.army.mil"
)
set
(
CTEST_DROP_LOCATION
"/hsai/CDash/submit.php?project=Xdmf"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
set
(
CTEST_CURL_OPTIONS
"CURLOPT_SSL_VERIFYPEER_OFF;CURLOPT_SSL_VERIFYHOST_OFF"
)
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