mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-27 06:14:42 +02:00
Merge bitcoin/bitcoin#35241: cmake: Set CTEST_NIGHTLY_START_TIME for CDash Nightly pipelines
4defc466a2cmake: Set `CTEST_NIGHTLY_START_TIME` for CDash Nightly pipelines (Hennadii Stepanov) Pull request description: This PR follows up on https://github.com/bitcoin/bitcoin/pull/35222. According to the [CMake documentation](https://cmake.org/cmake/help/latest/variable/CTEST_NIGHTLY_START_TIME.html) for `CTEST_NIGHTLY_START_TIME`: > ... this variable must always be set for a nightly build in a dashboard script. Examples of nightly build reports utilizing this configuration can be found on the [Bitcoin Core CDash board](https://my.cdash.org/index.php?project=bitcoin-core), based on [this commit](98aad4f72f). ACKs for top commit: ferminquant: ACK4defc466a2purpleKarrot: ACK4defc466a2Tree-SHA512: 7d3f5dc9f9f1336fc03f565d36750c66bdbae5a3916dabf4ab02c3c2584fc7135a8839e94d7fa08bcbb530913cf0eea31fc402dbdc1c22e207402c991dac044d
This commit is contained in:
@@ -1 +1,2 @@
|
||||
set(CTEST_SUBMIT_URL "https://my.cdash.org/submit.php?project=bitcoin-core")
|
||||
set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")
|
||||
|
||||
Reference in New Issue
Block a user