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
08d6cc94
Commit
08d6cc94
authored
Jun 02, 2021
by
Timo Koch
Browse files
[readme] Update to GitlabCI
parent
56fe31f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
08d6cc94
...
@@ -82,16 +82,21 @@ You can also cite specific releases published on Zenodo:
...
@@ -82,16 +82,21 @@ You can also cite specific releases published on Zenodo:
Automated Testing
Automated Testing
==================
==================
*
Master branch (development):
[

](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/pipelines?page=1&scope=all&ref=master)
*
DuMu
<sup>
x
</sup>
3.3 / Dune 2.7:
[

](https://git.iws.uni-stuttgart.de/buildbot/#/builders)
*
Latest release:
[

](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/pipelines?page=1&scope=all&ref=releases/3.4)
*
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
DuMu
<sup>
x
</sup>
features many tests (some unit tests and test problems) that can
are continuously and automatically tested in the GitLab-CI framework (see badges).
be run manually. We have experimental support for automated testing with buildbot.
The test suite is based on CTest and can also be built and run manually
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
make -j8 build_tests && ctest -j8
number will show a detailed overview of the build).
```
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/)
[

](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-coverage/)
...
...
Write
Preview
Markdown
is supported
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