summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-macos.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: re-organize packaging pipelineBrad King2020-09-291-1/+1
| | | | | Move the macOS package build job into the `build` stage. Since it depends on the sphinx doc package job, add a preceding `prep` stage.
* sccache: use a different port for CMake buildsBen Boeckel2020-09-281-0/+2
| | | | This avoids server reuse between different projects on the same machine.
* gitlab-ci: update macOS jobs to use Xcode 11.7Brad King2020-09-171-4/+4
|
* 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.