mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
c81ad34e85
To activate the CSE contract test on a given Linux machine's CMake dashboard, put CMAKE_CONTRACT_PROJECTS:STRING=cse-snapshot in the CMake dashboard's initial cache. The chosen snapshot does not generate subproject dependency info right now. That code was in a previous revision in the CSE's svn repo that apparently has not been merged into the present cse git repository master branch. After that is fixed up in the cse repo, we can update the tag here so that the snapshot built here can run a sub-project based dashboard script. For now, it runs as one big build step, building 'all'.
4 lines
164 B
CMake
4 lines
164 B
CMake
set(exe "$ENV{HOME}/.cmake/Contracts/cse-snapshot/510345e4/build/built/Release/git-1.6.5.2/bin/git")
|
|
set(args help clone)
|
|
set(cse-snapshot_RUN_TEST ${exe} ${args})
|