The building pipeline is initially defined by build.xml
and is executed by Apache Ant.
- See Development environment.
- See Testing.
- See how to release a new version before building.
- See Change log.
- Execute the following commands from the project root folder (
areca-backup/
). ant
builds a release bundle for the current platform if it is supported.- Run the
releases.sh
script to build all bundles. - The release bundle output folder is
areca-backup/releases/
.
ant windows-x86-64
ant windows-x86-32
ant linux-x86-64
ant linux-x86-32