https://github.com/schultyy/localci
local continuous integration
https://github.com/schultyy/localci
Last synced: about 1 year ago
JSON representation
local continuous integration
- Host: GitHub
- URL: https://github.com/schultyy/localci
- Owner: schultyy
- License: mit
- Created: 2015-03-30T13:57:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T16:32:02.000Z (about 11 years ago)
- Last Synced: 2025-04-06T23:35:29.101Z (about 1 year ago)
- Language: Elixir
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LocalCI
=======
[](https://travis-ci.org/schultyy/localci)
# Prerequisites
- Elixir 1.0.x
# Build
To create an executable, run:
```bash
$ mix deps.get
$ mix escript.build
```
# Usage
At first, create a new configuration file:
```json
{
"repository": "git@github.com:schultyy/localci.git",
"name": "localci",
"command": ["mix deps.get", "mix test"]
}
```
Then run `localci`:
```bash
$ ./localci --configfile=config.json
```