summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/ctest_test.cmake
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: upload JUnit reports for buildsBen Boeckel2021-06-301-0/+1
| | | | | GitLab can render test results which come from JUnit files and inform which tests have started failing on an MR.
* ci: pay attention to the machine load when running testsBen Boeckel2021-04-061-0/+1
| | | | | | CMake's test suite is sensitive to machine load and can cause spurious timeouts. To acknowledge this, prevent CTest from spawning tests into a busy machine.
* ci: support a max parallelism for testsBen Boeckel2020-09-281-0/+5
| | | | Machines may have more cores than testing actually supports.
* gitlab-ci: add scripts for use by CIBen Boeckel2020-04-291-0/+24