An open API service indexing awesome lists of open source software.

https://github.com/drupal-modules/base-build-xml

Base Ant's build config to be imported
https://github.com/drupal-modules/base-build-xml

ant ci drupal-7

Last synced: about 1 month ago
JSON representation

Base Ant's build config to be imported

Awesome Lists containing this project

README

          

Base Ant build
==============

Base Ant build config to be imported for Drupal projects.

### Build status

Build status: ![base-build-xml CI status](https://api.travis-ci.org/National-Theatre/base-build-xml.svg?branch=master)

### Prerequisites

- Apache Ant

### Usage

In your own project, create `build.xml` Ant's file which imports `base.xml`. For example:











For the full support, include it as Composer package, e.g.

{
"require": {
"NT/base-build-xml": "*@dev",
},
"repositories": [
{
"type": "git",
"url": "https://github.com/National-Theatre/base-build-xml.git"
}
],
}

To run the build, execute the following command in shell:

ant build