Files
continuwuity/tests/complement/README.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
530 B
Markdown
Raw Normal View History

2024-01-28 18:53:27 -05:00
# Complement
2023-01-26 18:28:33 +01:00
2024-01-28 18:53:27 -05:00
## What's that?
2023-01-26 18:28:33 +01:00
2024-01-28 18:53:27 -05:00
Have a look at [its repository](https://github.com/matrix-org/complement).
2023-01-26 18:28:33 +01:00
2024-04-18 20:40:10 -04:00
## How do I use it with conduwuit?
2023-01-26 18:28:33 +01:00
2024-04-18 20:40:10 -04:00
For reproducible results, Complement support in conduwuit uses Nix to run and generate an image.
2023-01-26 18:28:33 +01:00
2024-04-18 20:40:10 -04:00
After installing Nix, you can run either:
2024-04-13 20:35:32 -04:00
2024-04-18 20:40:10 -04:00
- `nix run #.complement-runtime -- ./path/to/logs.jsonl ./path/to/results.jsonl` to build a Complement image, run the tests, and output the logs and results to the specified paths.
- `nix run #.complement-image` to just build a Complement image