1 Star 0 Fork 1

A_knife/cmake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
integration-testing.rst 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
Brad King 提交于 2024-05-31 14:54 . Help/dev: Add a CMake Testing Guide

CMake Integration Testing

The following documents how to run integration testing builds. See documentation on CMake Development for more information.

See the CMake Testing Guide for running the test suite locally.

CMake Dashboard Scripts

The integration testing step of the CMake Review Process uses a set of testing machines that follow an integration branch on their own schedule to drive testing and submit results to the CMake CDash Page. Anyone is welcome to provide testing machines in order to help keep support for their platforms working.

The CMake Dashboard Scripts Repository provides CTest scripts to drive nightly, continuous, and experimental testing of CMake. Use the following commands to set up a new integration testing client:

$ mkdir -p ~/Dashboards
$ cd ~/Dashboards
$ git clone https://gitlab.kitware.com/cmake/dashboard-scripts.git CMakeScripts
$ cd CMakeScripts

The cmake_common.cmake script contains comments at the top with instructions to set up a testing client. As it instructs, create a CTest script with local settings and include cmake_common.cmake.

Nightly Start Time

The cmake_common.cmake script expects its includer to be run from a nightly scheduled task (cron job). Schedule such tasks for sometime after 1:00am UTC, the time at which our nightly testing branches fast-forward.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/A_knife/cmake.git
git@gitee.com:A_knife/cmake.git
A_knife
cmake
cmake
master

搜索帮助