mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-12-24 23:55:18 +00:00
Add testing instructions
This commit is contained in:
parent
32dca0aaee
commit
588a27203c
@ -9,13 +9,15 @@ The following software is required for local development (assuming MacOS ARM):
|
|||||||
|
|
||||||
# Building release binaries
|
# Building release binaries
|
||||||
|
|
||||||
The following is software is required to build release binaries (assuming MacOS ARM) :
|
The following is software is required to build release binaries (assuming MacOS
|
||||||
|
ARM) :
|
||||||
|
|
||||||
- [Local development](#local-development) dependencies
|
- [Local development](#local-development) dependencies
|
||||||
- Docker
|
- Docker
|
||||||
- [Taskfile](https://taskfile.dev/)
|
- [Taskfile](https://taskfile.dev/)
|
||||||
|
|
||||||
Then from the repo root use the following commands to build the release binaries that statically link the [native VDF](./vdf) for the supported platforms:
|
Then from the repo root use the following commands to build the release binaries
|
||||||
|
that statically link the [native VDF](./crates/vdf) for the supported platforms:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
task build_node_arm64_macos
|
task build_node_arm64_macos
|
||||||
@ -24,3 +26,9 @@ task build_node_arm64_macos
|
|||||||
```
|
```
|
||||||
|
|
||||||
The output binaries will be in `node/build`.
|
The output binaries will be in `node/build`.
|
||||||
|
|
||||||
|
# Testing
|
||||||
|
|
||||||
|
Testing the [`vdf`](./vdf) and [`node`](./node) packages requires linking the
|
||||||
|
[native VDF](./crates/vdf). The `test.sh` scripts in the respective directories
|
||||||
|
help with this.
|
||||||
|
Loading…
Reference in New Issue
Block a user