summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/ctest_standalone.cmake
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: add jobs to test CMake with external dependencies on LinuxBrad King2022-08-181-2/+4
| | | | | Test that CMake works without its bundled dependencies. For some dependencies, test using the minimum supported version.
* ci: add nightly CI job to build CMake in-placeBrad King2022-03-021-0/+4
|
* ci: Compute processor count earlier in ctest_standalone.cmakeBrad King2022-03-021-8/+8
| | | | Compute it early enough to use in the configure step.
* ci: Rename ctest_test_external.cmake to ctest_standalone.cmakeBrad King2022-03-021-0/+89
The script is a standalone ctest script that runs all steps. It can be used for more than just external tests.