This is a skeleton project for starting a new _to be continuous_ template.
This project implements a generic GitLab CI template for [XXX](https://link.to.tool.com/).
You shall fork it when you want to start developing a new template.
It provides several features, usable in different modes (by configuration).
Based on the kind of template (build, analyse, hosting, acceptance, ...), you should start working from one of the available `initial-xxx` branches, that each implement basic stuff.
## Usage
In order to include this template in your project, add the following to your `gitlab-ci.yml`:
```yaml
include:
-project:'to-be-continuous/xxx'
ref:'1.0.0'
file:'/templates/gitlab-ci-xxx.yml'
```
## Global configuration
The XXX template uses some global configuration used throughout all jobs.