<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Thank you for your answer.<br />
<br />
I am glad that you kept the simple solution because until discovering now as you say deprecated “build management” the cdash/ctest was well separated thing.<br />
<br />
I have a bitbucket repo so there are pipelines but if a simple cron job can do the work it would be better. I have now a ctest script that updates the repo, build and test what i want is to somehow keep running this so every commit is built and tested. I tried to run the same script while it was already running but it doesn’t bothered and started the same thing so i want to prevent this. So i am looking for something that continuously build new commits. <br />
<br />
Thank you for your answers.<br />
<br />
Regards</div>
</div>
<div name="messageReplySection">On 27 Jul 2021, 20:32 +0200, Zack Galbreath <zack.galbreath@kitware.com>, wrote:<br />
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;">
<div dir="ltr">
<div dir="ltr">Thanks for reaching out!
<div><br />
We removed this feature prior to the release of CDash v3.0 because it was seldom used and had a relatively high maintenance burden. We wanted to keep the focus of CDash on being a dashboard for displaying build/test results. Having it behave as a central build scheduler felt like feature creep.</div>
<div><br /></div>
<div>We've had good success with the following tools for running automated builds:</div>
<div>
<ul>
<li>GitLab CI</li>
<li>GitHub Actions</li>
<li>CircleCI</li>
<li>Jenkins</li>
<li>cron jobs</li>
</ul>
<div>Please feel free to ask if you have any questions on how to use one of these build runners with CTest/CDash.</div>
</div>
</div>
</div>
</blockquote>
</div>
</body>
</html>