Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 412 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 412 Bytes

Continuous Integration receipe

This repository stores some shell tasks needed to setup a continuous integration build process for symfony with behat and selenium.

Usage

To intall it, you have to add a submodule in your project: git submodule add git://github.com/Troopers/ci.git ci Then, you can duplicate the embedded .gitlab-ci.ymlin the root folder of your project and edit it to fit your needs.