| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Since commit e216b9bbd3 (cmake: Allow CMAKE_BUILD_TYPE to be set by
environment variable, 2021-06-29), the `CMAKE_BUILD_TYPE` environment
variable is interpreted by CMake, and can affect the test suite.
Rename our CI config variable to avoid conflict.
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
The 16.8 and 16.9 toolset numbers vary only in their third component.
Use CMake 3.19.7 for three-component toolset version specification
support.
|
| |
| |
| |
| |
| |
| | |
The 16.8 and 16.9 toolset numbers vary only in their third component.
Use CMake 3.19.7 for three-component toolset version specification
support.
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
Avoid requiring Windows CI hosts to have WiX installed.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
| |
This avoids server reuse between different projects on the same machine.
|
| |
|
|
|
|
| |
YAML anchors are not supported across include files.
|
|
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.
|