Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 389 Bytes

Search Syntax

Develop

  1. Install Node.js and Yarn (NPM should work too)
  2. run yarn global add lix to install the Lix packager
  3. run lix download to download the Haxe compiler and Haxe libraries
  4. run lix run travix node or lix run travix jvm to run the tests

Build Jar

  1. run mvn install at root

Run Java native tests

  1. cd tests/java
  2. run mvn verify