https://github.com/libarchive/cdash
libarchive CDash scripts
https://github.com/libarchive/cdash
Last synced: 2 months ago
JSON representation
libarchive CDash scripts
- Host: GitHub
- URL: https://github.com/libarchive/cdash
- Owner: libarchive
- Created: 2012-02-04T14:19:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T21:34:28.000Z (about 3 years ago)
- Last Synced: 2025-01-28T10:37:14.043Z (4 months ago)
- Language: CMake
- Homepage: http://www.libarchive.org
- Size: 6.84 KB
- Stars: 5
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The libarchive project relies on volunteers for development. One way
you can contribute is to run a regular libarchive test on your system
with the results being fed back automatically to the my.cdash.org
website.This is simple to do: The CTest program (part of the CMake package)
is a complete script interpreter that is capable of checking out
source from Git and driving a fresh build. Using the scripts
in this directory, you can quickly set up an automatic build
and test of libarchive.Step 0: Install cmake 2.8.12 or later on your system.
You can use 'ctest --version' to check what version is installed.Step 1: Customize libarchive_test.cmake for your system.
* PLEASE include your email address so we can contact
you if we need additional details.
* For most POSIX/UNIX/LINUX/BSD systems, you should
only need to set the CTEST_SITE and CTEST_BUILD_NAME variables.
* The libarchive_common.cmake script documents other variables
you may want to set.Step 2: Create a suitable directory on your system and copy
libarchive_test.cmake and libarchive_common.cmake to it.Step 3: Test your build by running the following command:
$ ctest -V -S /full/path/to/libarchive_test.cmake
Step 4: Check the website to see if your results are showing up correctly
http://my.cdash.org/index.php?project=libarchiveStep 5: When all is ready, arrange for the ctest command line
above to be run daily as a scheduled task or via cron.