summaryrefslogtreecommitdiff
path: root/zephyr/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/README.md')
-rw-r--r--zephyr/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr/README.md b/zephyr/README.md
index 1a4967a8b2..403cf7132e 100644
--- a/zephyr/README.md
+++ b/zephyr/README.md
@@ -25,9 +25,10 @@ See the piplines [here](https://gitlab.com/zephyr-ec/ec/-/pipelines).
To test the cq builder script run these commands:
### firmware-zephyr-cq
+
```
rm -rf /tmp/artifact_bundles /tmp/artifact_bundle_metadata \
- ~/chromiumos/src/platform/ec/build
+ ~/chromiumos/src/platform/ec/build
( cd ~/chromiumos/src/platform/ec/zephyr ; \
./firmware_builder.py --metrics /tmp/metrics-build build && \
./firmware_builder.py --metrics /tmp/metrics-test test && \
@@ -39,6 +40,7 @@ ls -l /tmp/artifact_bundles/
```
### firmware-zephyr-cov-cq
+
```
rm -rf /tmp/artifact_bundles-cov /tmp/artifact_bundle_metadata-cov \
~/chromiumos/src/platform/ec/build && \