- Visual Studio 2015 (Community edition or higher)
- Maven 3.3.3 or higher
- Java 6 Runtime Environment (JRE)
- Java 7 Development Kit
Environment Variable | Description | Example |
---|---|---|
M2_HOME |
Path to Maven | J:\apps\apache-maven-3.3.3 |
After the prerequisites are installed, the build is executed with the following commands:
cd build
.\build.ps1 -Verbosity minimal -GenerateTests
cd ..
Tests may be run using the commands seen in appveyor.yml.