Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 403 Bytes

building.md

File metadata and controls

20 lines (17 loc) · 403 Bytes

Checkout code and build it

Checkout source code

git clone [email protected]:ConsenSys/orion.git

Build from source

After you have checked out the code, this will build the distribution binaries.

cd orion
./gradlew build  

Run tests

These tasks are run as part of the default Gradle build, but you may want to run them separately.

./gradlew test
./gradlew acceptanceTest