| MacOS | [![Build Status](https://github.com/dealii/dealii/workflows/github-CI/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-CI) | See https://github.com/dealii/dealii/actions |
| MSVC | [![Build status](https://github.com/dealii/dealii/workflows/github-windows/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-windows) | See https://github.com/dealii/dealii/actions |
| Docker | [![Build status](https://github.com/dealii/dealii/workflows/github-docker/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-docker) | See https://github.com/dealii/dealii/actions |
-| CDash | [![cdash](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=CDash&up_color=green&up_message=up&url=https%3A%2F%2Fcdash.43-1.org%2Findex.php%3Fproject%3Ddeal.II)](https://cdash.43-1.org/index.php?project=deal.II) | Various builds and configurations on https://cdash.43-1.org/index.php?project=deal.II |
+| CDash | [![cdash](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=CDash&up_color=green&up_message=up&url=https%3A%2F%2Fcdash.dealii.org%2Findex.php%3Fproject%3Ddeal.II)](https://cdash.dealii.org/index.php?project=deal.II) | Various builds and configurations on https://cdash.dealii.org/index.php?project=deal.II |
Docker Images:
-------------
we fix a bug, in both cases to make sure that future changes do not
break this functionality (again). Machines running the testsuite
submit the results to our cdash
- <a href="https://cdash.43-1.org/index.php?project=deal.II">CDash instance</a>,
+ <a href="https://cdash.dealii.org/index.php?project=deal.II">CDash instance</a>,
a webpage showing the status of our regression tests.
</p>
<p>
At the end of all of this, results will be shown in a separate section
"Dynamic Analysis" at the
- <a href="https://cdash.43-1.org/index.php?project=deal.II&display=project"
+ <a href="https://cdash.dealii.org/index.php?project=deal.II&display=project"
target="_top">deal.II cdash site</a>.
</p>
<p>
At the end of all of this, results will be shown in a separate section
"Coverage" at the
- <a href="https://cdash.43-1.org/index.php?project=deal.II&display=project"
+ <a href="https://cdash.dealii.org/index.php?project=deal.II&display=project"
target="_top">deal.II cdash site</a>.
In case you download the coverage report uploader for Codecov via
<code>contrib/utilities/download_codecov</code>, the coverage
<p>
To submit test results to our <a
- href="https://cdash.43-1.org/index.php?project=deal.II">CDash</a>
+ href="https://cdash.dealii.org/index.php?project=deal.II">CDash</a>
instance just invoke ctest within a build directory (or designated
build directory) with the <code>-S</code> option pointing to the
<code>run_testsuite.cmake</code> script (assuming here for the
different systems and with different compilers as well as
different configuration options. Results are collected in the "Build
Tests" track in <a
- href="https://cdash.43-1.org/index.php?project=deal.II">CDash</a>.<p>
+ href="https://cdash.dealii.org/index.php?project=deal.II">CDash</a>.<p>
<p>Running the build test suite is simple and we encourage deal.II
users with configurations not found on the <a
- href="https://cdash.43-1.org/index.php?project=deal.II">CDash page</a> to
+ href="https://cdash.dealii.org/index.php?project=deal.II">CDash page</a> to
participate. Assuming you checked out deal.II into the directory
<code>dealii</code>, running it is as simple as:
<pre>