mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
2f4a3792bb
Extract upstream libarchive using the following shell code. url=https://libarchive.googlecode.com/svn/trunk v=3.0.1 r=3950 paths=" CMakeLists.txt COPYING CTestConfig.cmake build/cmake build/pkgconfig build/utils build/version libarchive/*.* " date=$(svn log -q -c$r $url | sed -n "/^r/ {s/[^|]*|[^|]*|//;p;}") svn export -r$r $url libarchive-$v-r$r && mkdir libarchive-$v-r$r-reduced && (cd libarchive-$v-r$r && tar c $paths) | (cd libarchive-$v-r$r-reduced && tar x) echo "r$r date: $date"
12 lines
400 B
CMake
12 lines
400 B
CMake
# 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)
|