]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA/windows: drop no-op `-DCMAKE_BUILD_TYPE=` from MSVC jobs
authorViktor Szakats <commit@vsz.me>
Mon, 17 Feb 2025 21:25:32 +0000 (22:25 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 18 Feb 2025 00:06:21 +0000 (01:06 +0100)
commit61f85bf9678952039efc220591a264620909ac5d
tree61925c951fbe22a4bdc2e0a2166a89c4a79ceec5
parent24ffcbad5f9c8aac8af97c860d6704515a8386cc
GHA/windows: drop no-op `-DCMAKE_BUILD_TYPE=` from MSVC jobs

They use Visual Studio generators, which are multi-target.
The build command does the Release/Debug selection via `--config`.

Also:
- appveyor: drop unnecessary conditional for 3 options.
  To sync with GHA.
- appveyor: drop unused `-DCMAKE_INSTALL_PREFIX=`.
  To sync with GHA.
- sync cmake option order between GHA and appveyor.

Closes #16372
.github/workflows/windows.yml
appveyor.sh