Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 804 Bytes

File metadata and controls

executable file
·
21 lines (13 loc) · 804 Bytes

Build EvoMaster

To compile the project, you need Maven and the JDK (either 8 or 11).

Use the Maven command:

mvn clean install -DskipTests

This should create an evomaster.jar executable under the core/target folder, and install the driver library in your local ~/.m2 repository.

Note: if you get an error from the shade-plugin, then make sure to use clean in your Maven commands. Furthermore, if you decide to do not skip the tests, then you will need to have Docker installed and running on your machine.

Note: we have also started initial support for other languages, e.g., JavaScript and C#. To build everything, you can use the script buildAll.sh. However, besides the JDK, you will need other tools as well installed on your machine (e.g., NodeJS and DotNet Core).