mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-04 01:53:49 +01:00
BUILD: mention that Docker is needed for tests (#1358)
This commit is contained in:
parent
0064aaedc3
commit
8932785e00
1 changed files with 3 additions and 1 deletions
4
BUILD.md
4
BUILD.md
|
@ -9,7 +9,7 @@
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
Eclair is packaged as a compressed archive with a launcher script, the archives are built deterministically
|
Eclair is packaged as a compressed archive with a launcher script, the archives are built deterministically
|
||||||
so it's possible to reproduce the build and verify its equality byte-by-byte. To build the exact same artifacts
|
so it's possible to reproduce the build and verify its equality byte-by-byte. To build the exact same artifacts
|
||||||
that we release, you must use the build environment (OS, JDK, maven...) that we specify in our release notes.
|
that we release, you must use the build environment (OS, JDK, maven...) that we specify in our release notes.
|
||||||
|
|
||||||
To build the project and run the tests, simply run:
|
To build the project and run the tests, simply run:
|
||||||
|
@ -18,6 +18,8 @@ To build the project and run the tests, simply run:
|
||||||
mvn package
|
mvn package
|
||||||
```
|
```
|
||||||
|
|
||||||
|
NB: some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
|
||||||
|
|
||||||
### Other build options
|
### Other build options
|
||||||
|
|
||||||
To skip all tests, run:
|
To skip all tests, run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue