summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/ctest_build.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ci: export clang-tidy fixes as an artifactKyle Edwards2023-12-051-0/+1
|
* ci: generate annotation reportsBen Boeckel2023-11-021-0/+6
| | | | | | These will render links in the sidebar for each job. See: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsannotations
* ci: support debugging IWYU in CIBen Boeckel2023-01-301-1/+29
| | | | | | | Instead of requiring setting up a mock CI environment with the official image locally. While such docs would be handy anyways, requiring that entire setup to get a small piece of information from a build is unnecessary.
* ci: Rename variable CMake_SKIP_INSTALL to CMAKE_CI_NO_INSTALLBrad King2022-03-021-1/+1
| | | | The latter follows our convention for other variable names.
* ci: limit builds by machine loadBen Boeckel2021-04-061-3/+11
| | | | | To avoid starving test jobs, the build jobs should also back off if there is a lot of machine load.
* gitlab-ci: add Linux makefiles and ninja buildersBen Boeckel2020-05-221-0/+11
|
* gitlab-ci: add scripts for use by CIBen Boeckel2020-04-291-0/+30