https://github.com/SixTrack/SixTrack
Raw File
Tip revision: 7969eb8ab34fc355ae87dbeb242872a6b89db9ad authored by Kyrre Ness Sjøbæk on 01 June 2017, 08:07:34 UTC
Merge pull request #273 from kyrsjo/collMaxTurns
Tip revision: 7969eb8
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