We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d966095 + 399c23c commit 12a4aeaCopy full SHA for 12a4aea
azure-pipelines.yml
@@ -157,7 +157,7 @@ jobs:
157
displayName: 'Download git-sdk-64-minimal'
158
- powershell: |
159
& git-sdk-64-minimal\usr\bin\bash.exe -lc @"
160
- make vcxproj
+ make NDEBUG=1 DEVELOPER=1 vcxproj
161
"@
162
if (!$?) { exit(1) }
163
displayName: Generate Visual Studio Solution
@@ -255,7 +255,7 @@ jobs:
255
256
cd t &&
257
PATH=\"`$PWD/helper:`$PATH\" &&
258
- test-tool.exe run-command testsuite -V -x --write-junit-xml \
+ test-tool.exe run-command testsuite --jobs=10 -V -x --write-junit-xml \
259
`$(test-tool.exe path-utils slice-tests \
260
`$SYSTEM_JOBPOSITIONINPHASE `$SYSTEM_TOTALJOBSINPHASE t[0-9]*.sh)
261
0 commit comments