Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 448 Bytes

building.md

File metadata and controls

25 lines (19 loc) · 448 Bytes

Check Out Code and Build it

Pre-requisites

libsodium

Check Out Source Code

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

Build From Source

Build the distribution binaries:

cd orion
./gradlew build  

Run Tests

These tasks are run as part of the default Gradle build but to run them separately:

./gradlew test
./gradlew acceptanceTest