summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/post_build.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: add pre-build and post-build steps to LinuxKyle Edwards2022-12-051-0/+18
The pre-build step will allow actions to be executed before the CMake build but after Ninja and sccache have been downloaded, so they can be used in the pre-build step. The env step is meant for setting up environment variables anyway, rather than performing actions. The post-build step will allow extra artifacts to be computed after the build is complete.