summaryrefslogtreecommitdiffstats
path: root/cmake/module/runfile.cmake
AgeCommit message (Collapse)AuthorFilesLines
2026-07-02Reproduction cmake run command fileAlexey Gavrilov1-0/+54
Generates file contains command line cmake run to reproduce previous cmake pass through. CI service use this run file to start pipeline with needs cmake configuration that developer was make. Following code pushing workflow: Commit pushed to a code review system (`CMakeReplication.txt` required) -> CI service intercepts changes -> Pipeline start using passed in commit cmake replication command -> CI submit pipeline finished status Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>