Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Gradle is a free project automation tool. Zong! includes a Gradle build script, which allows to build, run and test the projects on the command line, without any IDE like Eclipse.

Our Jenkins build server also uses the Gradle script for automated building and continuous integration.

For installation instructions, see the documentation.

Build

To build Zong! and create the packages for distribution, run In the project's root folder

gradle dist

Please note, that currently the Android project can only be built using Eclipse.

Run

Currently the Gradle build script does not contain runnable applications. See the Eclipse page how to run Zong! applications using the Eclipse IDE.

Test

To run the automated JUnit tests in all modules, run

gradle test

 

  • No labels