Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Run MFC test only when explicitly enabled | Brad King | 2022-02-03 | 1 | -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 builds | Brad King | 2021-11-12 | 1 | -0/+5 |
| | | | | The packages comes with the Windows SDK and/or the compiler. | ||||
* | ci: Add VS 2019 nightly CI jobs | Brad King | 2021-11-12 | 1 | -0/+7 |
Now that the primary VS jobs have been converted to VS 2022, add nightly CI jobs to cover VS 2019. |