Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
doc: add rad-ci to README
Lars Wirzenius committed 1 year ago
commit 70535d85f09afdb7885a054ac26311997bbcf56a
parent 7dde548
1 file changed +14 -1
modified README.md
@@ -18,8 +18,21 @@ shell: |
  cargo test --locked --workspace
```

-
 [Radicle CI broker]: https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8
+
[Radicle CI broker]: https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8

+
This crate also includes the program `rad-ci`, which runs the commands
+
the adapter runs when invoked by the CI broker. To use: install it on
+
your `$PATH` (using `cargo install`) and run:
+

+
```sh
+
rad ci
+
```
+

+
This will read `.radicle/native.yaml` and run the shell commands
+
specified there.
+

+
(No command line arguments or options needed, nor any environment
+
variables for this.)

## Architecture