Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
29c5ab55
Commit
29c5ab55
authored
Jun 02, 2021
by
Dennis Gläser
Browse files
Merge branch 'feature/readme-testing' into 'master'
[readme] Update to GitlabCI See merge request
!2668
parents
56fe31f3
08d6cc94
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
29c5ab55
...
...
@@ -82,16 +82,21 @@ You can also cite specific releases published on Zenodo:
Automated Testing
==================
*
DuMu
<sup>
x
</sup>
3.3 / Dune 2.7:
[

](https://git.iws.uni-stuttgart.de/buildbot/#/builders)
*
DuMu
<sup>
x
</sup>
master / Dune 2.7:
[

](https://git.iws.uni-stuttgart.de/buildbot/#/builders)
*
DuMu
<sup>
x
</sup>
master / Dune master:
[

](https://git.iws.uni-stuttgart.de/buildbot/#/builders)
DuMu
<sup>
x
</sup>
features many tests (some unit tests and test problems) that can
be run manually. We have experimental support for automated testing with buildbot.
Click
<a
href=
"https://git.iws.uni-stuttgart.de/buildbot/#/builders"
target=
"_blank"
>
here (buildbot)
</a>
to see the latest builds (clicking on a build
number will show a detailed overview of the build).
*
Master branch (development):
[

](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/pipelines?page=1&scope=all&ref=master)
*
Latest release:
[

](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/pipelines?page=1&scope=all&ref=releases/3.4)
DuMu
<sup>
x
</sup>
features many tests (some unit tests and test problems) that
are continuously and automatically tested in the GitLab-CI framework (see badges).
The test suite is based on CTest and can also be built and run manually
```
make -j8 build_tests && ctest -j8
```
The tests are labelled (see
`CMakeLists.txt`
of each individual test for its labels).
You can build and run tests of a specific label (e.g.
`2p`
for two-phase flow porous medium model tests) like this
```
make -j8 build_2p_tests && ctest -j8 -L ^2p$
```
[

](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-coverage/)
...
...
Dennis Gläser
@DennisGlaeser
mentioned in commit
43fa209e
·
Jun 02, 2021
mentioned in commit
43fa209e
mentioned in commit 43fa209e2944d23ea30ef9d1733a7f6823887624
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment