https://github.com/feelpp/feelpp
Raw File
Tip revision: f726228d44fd07718c9b6e6f0a9a33fd0f8c93d9 authored by Christophe Prud'homme on 10 March 2013, 14:38:18 UTC
Merge branch 'hotfix/version-0.92.1'
Tip revision: f726228
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 uses Dart and the Cdash dashboard
##   ENABLE_TESTING()
##   INCLUDE(CTest)
set(CTEST_PROJECT_NAME "Feel++")
set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Feel%2B%2B")
set(CTEST_DROP_SITE_CDASH TRUE)

set(CTEST_UPDATE_TYPE "git")

set(CTEST_PROJECT_SUBPROJECTS
  feel++
  doc
  testsuite
  benchmarks
  crb
  research/apee
  )
back to top