summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-macos.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: add a job to make macOS packagesBen Boeckel2020-09-161-0/+35
|
* gitlab-ci: split linux and macos shared before scriptsBen Boeckel2020-06-121-1/+35
| | | | | They're not actually the same anyways and the anchors can't be shared between the files. We can figure out refactoring in the future.
* gitlab-ci: use `extends`Ben Boeckel2020-06-121-8/+8
| | | | YAML anchors are not supported across include files.
* gitlab-ci: split into multiple filesBen Boeckel2020-06-121-0/+81
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.