summaryrefslogtreecommitdiffstats
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: add a sphinx builderBen Boeckel2020-05-072-0/+11
|
* ci: install sphinx into the CI imageBen Boeckel2020-05-071-0/+6
|
* ci: skip weak dependencies in the CI imageBen Boeckel2020-05-071-1/+1
|
* gitlab-ci: add iwyu jobBen Boeckel2020-04-291-0/+4
|
* gitlab-ci: add scripts for use by CIBen Boeckel2020-04-298-0/+146
|
* ci: add scripts to download build toolsBen Boeckel2020-04-293-0/+47
|
* ci: add an image for Debian 10Ben Boeckel2020-04-293-0/+69
| | | | This image is primarily for the include-what-you-use build.
* ci: add a Docker container for building CMakeBen Boeckel2020-04-292-0/+18
Since we're starting with just `clang-tidy`, external deps are not included right now.