summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_windows_common.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ci: Avoid finding Python via Windows RegistryBrad King2022-04-261-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 WindowsBrad King2022-01-191-0/+1
|
* ci: Explicitly disable Java tests on WindowsBrad King2021-12-161-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 WindowsBen Boeckel2020-06-101-0/+4