@@ -118,7 +118,7 @@ try {
118
118
119
119
if ($x86.IsPresent ) {
120
120
Write-Output " Building x86..."
121
- Run- Command - Fatal { & $cmake - A Win32 - D USE_SSH= OFF - D " BUILD_TESTS=$build_tests " - D " BUILD_CLI=OFF" - D " LIBGIT2_FILENAME=$binaryFilename " .. }
121
+ Run- Command - Fatal { & $cmake - A Win32 - D USE_SSH= OFF - D USE_HTTPS = Schannel - D " BUILD_TESTS=$build_tests " - D " BUILD_CLI=OFF" - D " LIBGIT2_FILENAME=$binaryFilename " .. }
122
122
Run- Command - Fatal { & $cmake -- build . -- config $configuration }
123
123
if ($test.IsPresent ) { Run- Command - Quiet - Fatal { & $ctest - V . } }
124
124
cd $configuration
@@ -134,7 +134,7 @@ try {
134
134
Write-Output " Building x64..."
135
135
Run- Command - Quiet { & mkdir build64 }
136
136
cd build64
137
- Run- Command - Fatal { & $cmake - A x64 - D USE_SSH= OFF - D " BUILD_TESTS=$build_tests " - D " BUILD_CLI=OFF" - D " LIBGIT2_FILENAME=$binaryFilename " ../ .. }
137
+ Run- Command - Fatal { & $cmake - A x64 - D USE_SSH= OFF - D USE_HTTPS = Schannel - D " BUILD_TESTS=$build_tests " - D " BUILD_CLI=OFF" - D " LIBGIT2_FILENAME=$binaryFilename " ../ .. }
138
138
Run- Command - Fatal { & $cmake -- build . -- config $configuration }
139
139
if ($test.IsPresent ) { Run- Command - Quiet - Fatal { & $ctest - V . } }
140
140
cd $configuration
@@ -149,7 +149,7 @@ try {
149
149
Write-Output " Building arm64..."
150
150
Run- Command - Quiet { & mkdir buildarm64 }
151
151
cd buildarm64
152
- Run- Command - Fatal { & $cmake - A ARM64 - D USE_SSH= OFF - D " BUILD_TESTS=$build_tests " - D " BUILD_CLI=OFF" - D " LIBGIT2_FILENAME=$binaryFilename " ../ .. }
152
+ Run- Command - Fatal { & $cmake - A ARM64 - D USE_SSH= OFF - D USE_HTTPS = Schannel - D " BUILD_TESTS=$build_tests " - D " BUILD_CLI=OFF" - D " LIBGIT2_FILENAME=$binaryFilename " ../ .. }
153
153
Run- Command - Fatal { & $cmake -- build . -- config $configuration }
154
154
if ($test.IsPresent ) { Run- Command - Quiet - Fatal { & $ctest - V . } }
155
155
cd $configuration
0 commit comments