Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Schmitt
waLBerla
Commits
1562ec9b
Commit
1562ec9b
authored
Mar 31, 2017
by
Christian Godenschwager
Browse files
Merge branch 'remove-cdash' into 'master'
Delete CTestConfig.cmake See merge request !2
parents
14fa3ad8
64b77c94
Changes
1
Hide whitespace changes
Inline
Side-by-side
CTestConfig.cmake
deleted
100644 → 0
View file @
14fa3ad8
## 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.
##
## # The following are required to submit to the CDash dashboard:
## ENABLE_TESTING()
## INCLUDE(CTest)
set
(
CTEST_PROJECT_NAME
"waLBerla"
)
set
(
CTEST_NIGHTLY_START_TIME
"01:00:00 UTC"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_SITE
"www10.informatik.uni-erlangen.de"
)
set
(
CTEST_DROP_LOCATION
"/Research/Projects/walberla/CDash/submit.php?project=waLBerla"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
set
(
MEMORYCHECK_COMMAND:FILEPATH
"/usr/bin/valgrind"
)
set
(
MEMORYCHECK_COMMAND_OPTIONS
"--show-reachable=no"
)
set
(
MEMORYCHECK_SUPPRESSIONS_FILE
"
${
CMAKE_SOURCE_DIR
}
/openmpi-valgrind.supp"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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