aboutsummaryrefslogtreecommitdiff
path: root/ci/README.md
blob: 0aed238c776ae1b969dbb1c964df05644aea7c3e (plain)
1
2
3
4
5
6
7
8
## ci scripts

This directory contains scripts for each build step in each build stage.

Currently three stages `lint`, `extended_lint` and `test` are defined. Each stage has its own lifecycle, similar to the
[Travis CI lifecycle](https://docs.travis-ci.com/user/job-lifecycle#the-job-lifecycle).  Every script in here is named
and numbered according to which stage and lifecycle step it belongs to.