jolicode / jolici
Run your TravisCi builds locally
Installs: 624
Dependents: 1
Suggesters: 0
Security: 0
Stars: 659
Watchers: 47
Forks: 46
Open Issues: 0
Requires
- php: >=5.3
- behat/transliterator: ~1.0
- cedriclombardot/twig-generator: ~1.0.0
- guzzlehttp/streams: ~1.3.0
- jolicode/jolinotif: ~1.0
- monolog/monolog: ~1.6
- stage1/docker-php: ~0.4.0
- symfony/console: ~2.4
- symfony/filesystem: ~2.4
- symfony/finder: ~2.4
- symfony/yaml: ~2.4
Requires (Dev)
- mikey179/vfsstream: ~1.2
- phpunit/phpunit: ~3.7
README
JoliCi is a free and open source Continuous Integration Client written in PHP (5.4 minimum) and powered by Docker (please use a recent version). It has been written to be compliant with existent Ci services like Travis-Ci and not create a new standard. (Remove that smile, I KNOW what you're thinking.)
This project is still in beta, there may be bugs and missing features
## Usage
Have a .travis.yml in your project
Download the last version of jolici and run it, i.e. for v0.3.1:
wget https://github.com/jolicode/JoliCi/releases/download/v0.3.1/jolici.phar php jolici.phar run
First run can be quite long since it has to build everything from the beginning. Subsequent build should be faster thanks to docker caching.
If you want to see what happens behind this black box:
php jolici.phar run -v
## Ci supported
- Travis-Ci
- ...
I want to read more
- Installation
- Usage
- Strategies (a.k.a. how to create a build from a configuration file)
Credits
- All contributors
- Some parts of this project are inspired by :
- This README is heavily inspired by a @willdurand blog post.
- @ubermuda for accepting many pull requests on docker-php library
License
View the LICENSE file attach to this project.