summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* .gitlab-ci.yml: Remove caching as it seems to just add a 20 minute delaySam Thursfield2017-07-071-9/+0
|
* Simplify CI for nowSam Thursfield2017-07-071-31/+6
| | | | | We cannot do long GCC builds using the default GitLab CI runners, we'll need to provide our own.
* .gitlab-ci.yml: Separate fetch into a separate stageSam Thursfield2017-07-071-6/+8
| | | | | This is primarly to avoid hitting the 1 hour timeout that seems to be hardcoded into the CI system. It's also a bit clearer this way.
* .gitlab-ci.yml: Split the pipeline into 2 stagesSam Thursfield2017-07-071-6/+11
| | | | | | With an empty cache, every worker must spend 10 minutes pulling all of the sources that are required. There's no point having 5 workers pulling the same things in parallel, so the first stage now contains only 1 job.
* .gitlab-ci.yml: Share cached source between buildsSam Thursfield2017-07-071-2/+7
|
* Enable automated testing for this branchSam Thursfield2017-07-071-0/+44