https://github.com/SixTrack/SixTrack
Raw File
Tip revision: fd9a50ba733167dc6f12a8850ecc34ca2cdd3758 authored by Veronica K. Berglyd Olsen on 13 June 2019, 09:19:20 UTC
Merge pull request #897 from vkbo/release_5.2.10
Tip revision: fd9a50b
CTestConfig.cmake
## 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 "SixTrack")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "abp-cdash.web.cern.ch")
set(CTEST_DROP_LOCATION "/abp-cdash/submit.php?project=SixTrack")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top