diff options
author | Martin Matuska <mm@FreeBSD.org> | 2016-05-11 10:10:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2016-05-11 10:10:11 +0000 |
commit | 8c8f03ca5b7f1f0d07c23e7c354a45b7c95335f0 (patch) | |
tree | 6dbaec0a9141562742e447716c2fed6e53d97c6d /CTestConfig.cmake | |
parent | 43341e7cf4b9eee3ead77da04edc14370fe5b166 (diff) |
Notes
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r-- | CTestConfig.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake new file mode 100644 index 0000000000000..7a09742db0988 --- /dev/null +++ b/CTestConfig.cmake @@ -0,0 +1,11 @@ +# TODO: This file should be moved into the build/cmake directory... + +# The libarchive CDash page appears at +# http://my.cdash.org/index.php?project=libarchive +set(CTEST_PROJECT_NAME "libarchive") +set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC") + +set(CTEST_DROP_METHOD "http") +set(CTEST_DROP_SITE "my.cdash.org") +set(CTEST_DROP_LOCATION "/submit.php?project=libarchive") +set(CTEST_DROP_SITE_CDASH TRUE) |