https://github.com/SixTrack/SixTrack
Raw File
Tip revision: 285178722db7294d7716c4649fa18656e4f4b720 authored by Veronica K. Berglyd Olsen on 22 August 2018, 19:56:13 UTC
Merge pull request #634 from SixTrack/changelog_5.0
Tip revision: 2851787
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