summaryrefslogtreecommitdiffstats
path: root/.gitlab/rules.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: use `extends`Ben Boeckel2020-06-121-2/+2
| | | | YAML anchors are not supported across include files.
* gitlab-ci: make rules a bit more uniformBen Boeckel2020-06-121-13/+15
|
* gitlab-ci: split into multiple filesBen Boeckel2020-06-121-0/+16
Also add comments for sections to make it easier to figure out what's going on. Also rename the `cmake_test_unix_package` to be Linux-specific since it actually is.