mirror of
https://github.com/brmlab/brmbar.git
synced 2025-12-18 13:43:59 +01:00
Reproducible Docker-based test environment
This commit is contained in:
parent
e252390985
commit
8983ae13bf
3 changed files with 97 additions and 0 deletions
|
|
@ -77,6 +77,13 @@ Software Setup
|
|||
|
||||
TODO: Mention the actual commands to execute.
|
||||
|
||||
Running tests
|
||||
-------------
|
||||
|
||||
Docker can be used to easily run tests in a reproducible environment:
|
||||
|
||||
docker build -t brmbar3 . && docker run --rm brmbar3 test
|
||||
|
||||
Troubleshooting
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue