summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-02-19 11:01:02 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-02-23 21:29:22 +0000
commit9c952961f1f1a643b8b8e5d4efab6717afec1bbe (patch)
treee82cd82b09d80d1ce072db6664e6a8f0c27643ea /README.md
parent5904e7605c5c6b26994e3b49153feaa29c35e388 (diff)
Add parallel test runner
The new test runner will evaluate all test profiles from the README.md in parallel in separate nix-build processes. Since we do not load all processes into one process, this also helps saving memory.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c3cd672..ca011c4 100644
--- a/README.md
+++ b/README.md
@@ -97,3 +97,9 @@ See code for all available configurations.
[Samsung Series 9 NP900X3C]: samsung/np900x3c
[Purism Librem 13v3]: purism/librem/13v3
[Toshiba Chromebook 2 `swanky`]: toshiba/swanky
+
+## How to contribute a new device profile
+
+1. Add your device profile expression in the appropriate directory
+2. Link it in the table in README.md
+3. Run ./tests/run.py to test it. The test script script will parse all the profiles from the README.md