blob: 2d707d591d3f8d65942136f2d537afa0d4dad1c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
CTEST_NIGHTLY_START_TIME
------------------------
.. versionadded:: 3.1
Specify the CTest ``NightlyStartTime`` setting in a :manual:`ctest(1)`
dashboard client script.
Note that this variable must always be set for a nightly build in a
dashboard script. It is needed so that nightly builds can be properly grouped
together in CDash.
|