Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Avoid finding Python via Windows Registry | Brad King | 2022-04-26 | 1 | -0/+1 |
| | | | | | | | | Since commit 313ea361b0 (CMake: Use FindPython instead of FindPythonInterp to build CMake itself, 2022-04-21), CI jobs on some Windows hosts have been finding Python via the Windows Registry. Explicitly disable the registry search so that the CI jobs find the Python that we download and put in the PATH inside the job. | ||||
* | ci: Enable ccmake on Windows | Brad King | 2022-01-19 | 1 | -0/+1 |
| | |||||
* | ci: Explicitly disable Java tests on Windows | Brad King | 2021-12-16 | 1 | -0/+1 |
| | | | | | | | Avoid searching for a Java installation on Windows hosts. This will allow some CI hosts to have Java for other projects. We already do this on macOS. While at it, clarify the macOS setting. | ||||
* | gitlab-ci: test QtDialog on Windows | Ben Boeckel | 2020-06-10 | 1 | -0/+4 |