Skip to content

Commit

Permalink
Missing file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/qterm/code/trunk/qterm-qt4@1134 bd9efd21-7b0e-0410-bb59-ddbc1b2ac886
  • Loading branch information
hephooey committed Jan 10, 2010
1 parent e8303fc commit c120d9d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CTestConfig.cmake
@@ -0,0 +1,13 @@
## 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 "QTerm")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "www.qterm.org")
set(CTEST_DROP_LOCATION "/cdash/submit.php?project=QTerm")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit c120d9d

Please sign in to comment.