Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 286 Bytes

BUILD.MD

File metadata and controls

20 lines (17 loc) · 286 Bytes

Build

Clone sources from repositories

git clone https://github.com/Hydrospheredata/hydro-serving

Build modules from repository. Change directory to hydro-serving and:

sbt compile docker

Run tests:

sbt test

Run integration tests:

sbt it:testOnly