-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 curl#16372
- Loading branch information
Showing
2 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters