Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/automium
Small set of scripts for execution of build automation
https://github.com/hivesolutions/automium
automatic script simple
Last synced: 26 days ago
JSON representation
Small set of scripts for execution of build automation
- Host: GitHub
- URL: https://github.com/hivesolutions/automium
- Owner: hivesolutions
- Created: 2012-05-02T12:25:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T11:32:03.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:56:54.016Z (about 1 month ago)
- Topics: automatic, script, simple
- Language: Python
- Homepage: http://automium.hive.pt
- Size: 159 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Automium Build Automation](http://automium.hive.pt)
Simple system for running build automation scripts.
## Usage
The basic usage of the automium utility assumes the location of the
build file under `build.json`atm
In order to be able to change the default build file the `--extra` file
parameter must be provided.atm --file=extra.json
It's possible to verify changes from previous version, for that the
`--previous` parameter should be passed with the previous version.atm --previous=d86f4df6f7c9237a56970a102bba3482d91e823a
The automium infra-structure provided support for continuous building
system using the keep flag.atm --keep
atm --keep --file=extra.jsonIt's also possible to just pack the current build configuration together
with the script files to be used latter for that use the `--pack` parameter.atm --pack
atm --pack --file=extra.json## Requirements
For linux based systems `dpkg-architecture` util is required to correctly retrieve the architecture for the system,
in case the utility does not exists an erroneous value may be present for build artifacts.To install the command under Ubuntu Linux use the folowing command:
apt-get install dpkg-dev
## License
Automium is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).