CTestConfig.cmake 400 B

1234567891011
  1. # TODO: This file should be moved into the build/cmake directory...
  2. # The libarchive CDash page appears at
  3. # http://my.cdash.org/index.php?project=libarchive
  4. set(CTEST_PROJECT_NAME "libarchive")
  5. set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
  6. set(CTEST_DROP_METHOD "http")
  7. set(CTEST_DROP_SITE "my.cdash.org")
  8. set(CTEST_DROP_LOCATION "/submit.php?project=libarchive")
  9. set(CTEST_DROP_SITE_CDASH TRUE)