1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-03 17:36:56 +01:00

BUILD: mention that Docker is needed for tests (#1358)

This commit is contained in:
Bastien Teinturier 2020-03-27 10:44:16 +01:00 committed by GitHub
parent 0064aaedc3
commit 8932785e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
## Build
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.
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
```
NB: some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
### Other build options
To skip all tests, run: