summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_windows_vs_common_ninja.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Run MFC test only when explicitly enabledBrad King2022-02-031-0/+1
| | | | | | | | Previously we used a complicated heuristic to decide whether or not to run the MFC test, but it sometimes decided incorrectly to run the test. Since that was first written, we have developed a convention for other tests to enable them via undocumented cache entries that are added only on machines known to meet the tests' requirements. Do that for MFC.
* ci: Enable FindODBC and FindOpenMP tests on Windows VS buildsBrad King2021-11-121-0/+5
| | | | The packages comes with the Windows SDK and/or the compiler.
* ci: Add VS 2019 nightly CI jobsBrad King2021-11-121-0/+7
Now that the primary VS jobs have been converted to VS 2022, add nightly CI jobs to cover VS 2019.