]> git.ipfire.org Git - thirdparty/libarchive.git/blob - CTestConfig.cmake
Never allow empty passwords (#2116)
[thirdparty/libarchive.git] / CTestConfig.cmake
1 # TODO: This file should be moved into the build/cmake directory...
2
3 # The libarchive CDash page appears at
4 # http://my.cdash.org/index.php?project=libarchive
5 set(CTEST_PROJECT_NAME "libarchive")
6 set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
7
8 set(CTEST_DROP_METHOD "http")
9 set(CTEST_DROP_SITE "my.cdash.org")
10 set(CTEST_DROP_LOCATION "/submit.php?project=libarchive")
11 set(CTEST_DROP_SITE_CDASH TRUE)