| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Move the macOS package build job into the `build` stage. Since it
depends on the sphinx doc package job, add a preceding `prep` stage.
|
|
|
|
| |
This avoids server reuse between different projects on the same machine.
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
| |
YAML anchors are not supported across include files.
|
|
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.
|