Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 393 Bytes

BUILD.md

File metadata and controls

25 lines (14 loc) · 393 Bytes

Compiling

To build units 0.2.x, you need sbt 0.13.x.

To compile the code, run sbt and execute:

project units
compile

To package into JARs:

package

To run the benchmarks:

benchmark

To run the unit tests:

test

Prefix the command with a + to perform the action for both Scala 2.10, 2.11 and 2.12.

To build units-javatime, use project units-javatime instead.