mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-23 20:35:02 +02:00
Merge bitcoin/bitcoin#35222: cmake: add CTestConfig.cmake
086894098ecmake: add CTestConfig.cmake (will) Pull request description: Add a `CTestConfig.cmake` file with the CDash submission URL for Bitcoin Core at the project root. This lets developers use CTest’s built-in dashboard support to upload local configure, build, and test results to CDash. With this a developer can use their own CTest dashboard script or manual `ctest` workflow and upload results to a collection point. This is useful for sharing reproducible build/test results from local machines, CI experiments, and platform-specific debugging. CDash keeps the configure output, build warnings/errors, and test results grouped under a single dashboard submission, making it easier to inspect failures and compare behavior across environments. The file only defines the CDash upload location. It does not change the default build or test behavior. **WARNING** uploaded test results may also include (potentially) identifiable information, such as hostnames, usernames, especially if you attach notes which are located within you rhome directory, as the full file path is printed. ACKs for top commit: purpleKarrot: ACK086894098emaflcko: lgtm ACK086894098ehebasto: ACK086894098e. Tree-SHA512: 5d0e2e174773de3f56af80252a62330fc313f394e1a868ac0d2a83c6610c2f734f6e6938bfced710879c00f64f09e17030da594b24940d77c984e46698d37647
This commit is contained in:
1
CTestConfig.cmake
Normal file
1
CTestConfig.cmake
Normal file
@@ -0,0 +1 @@
|
||||
set(CTEST_SUBMIT_URL "https://my.cdash.org/submit.php?project=bitcoin-core")
|
||||
Reference in New Issue
Block a user