mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2025-07-16 08:29:26 +09:00
update: organize commands to subcommands and rename bin
- existing functions are moved to subcommand `add-master-log`
This commit is contained in:
parent
bdb415e6e6
commit
a94a871e52
5 changed files with 81 additions and 56 deletions
|
@ -9,6 +9,11 @@ cargo build
|
|||
cargo run -- -h
|
||||
```
|
||||
|
||||
Build for JATHub using cross:
|
||||
```sh
|
||||
CROSS_CONTAINER_ENGINE=podman cross build --release --target armv7-unknown-linux-musleabihf
|
||||
```
|
||||
|
||||
### test
|
||||
```sh
|
||||
cargo test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue