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
- Host: GitHub
- URL: https://github.com/drupal-modules/base-build-xml
- Owner: drupal-modules
- Created: 2017-12-08T17:58:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T14:53:35.000Z (about 8 years ago)
- Last Synced: 2025-03-05T13:37:20.874Z (about 1 year ago)
- Topics: ant, ci, drupal-7
- Language: Shell
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Base Ant build
==============
Base Ant build config to be imported for Drupal projects.
### Build status
Build status: 
### 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