summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-windows.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'backport-3.18-ci-wix-download' into ci-wix-downloadBrad King2021-01-211-0/+3
|\
| * ci: download WiX on WindowsBrad King2021-01-211-0/+3
| | | | | | | | Avoid requiring Windows CI hosts to have WiX installed.
* | gitlab-ci: Update Windows builds to MSVC 19.28Brad King2020-11-171-4/+4
| |
* | ci: add Python to PATH on WindowsBrad King2020-10-201-0/+3
| | | | | | | | | | | | | | Our test suite searches for a Python interpreter to perform some extra checks. Our CI base images for Linux have Python available. Update our Windows jobs to provide a Python interpreter for our test suite to find consistently between the build and test steps.
* | sccache: use a different port for CMake buildsBen Boeckel2020-09-281-0/+2
|/ | | | This avoids server reuse between different projects on the same machine.
* gitlab-ci: Update Windows builds to MSVC 19.27Brad King2020-08-191-4/+4
|
* gitlab-ci: use `extends`Ben Boeckel2020-06-121-10/+10
| | | | YAML anchors are not supported across include files.
* gitlab-ci: split into multiple filesBen Boeckel2020-06-121-0/+116
Also add comments for sections to make it easier to figure out what's going on. Also rename the `cmake_test_unix_package` to be Linux-specific since it actually is.