aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17Disable CI pages rule for merge requestsDavid Robillard1-1/+4
2020-02-09Use "needs" instead of "dependencies" for CI order definitionDavid Robillard1-11/+11
This should allow things to run in parallel across stages.
2020-02-09Add tags to Windows builds to exclude Gitlab shared runnersDavid Robillard1-4/+4
Gitlab now has shared Windows runners, which is cool, but unfortunately they don't have Python, so they are useless here and will cause failed builds if they pick up the job.
2020-02-09Use terser lists in Gitlab CI configurationDavid Robillard1-53/+25
2019-04-21Switch to using a submodule for autowafDavid Robillard1-0/+3
2019-04-20Use fine-grained Docker images for CIDavid Robillard1-31/+31
2019-04-16Publish code coverage pageDavid Robillard1-0/+14
2019-04-14Improve CI configurationDavid Robillard1-14/+150
2019-01-10Add Gitlab CI configurationDavid Robillard1-0/+31