https://github.com/SixTrack/SixTrack
Raw File
Tip revision: 0f4cef21a06faaae6efb8cd6964c7ab0928264a7 authored by Riccardo De Maria on 27 April 2022, 15:04:59 UTC
Merge pull request #1100 from SixTrack/TungstenScaling
Tip revision: 0f4cef2
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