Skip to content

Commit 12a4aea

Browse files
committed
Merge branch 'js/azure-pipelines-msvc'
* js/azure-pipelines-msvc: ci(visual-studio): actually run the tests in parallel ci(visual-studio): use strict compile flags, and optimization
2 parents d966095 + 399c23c commit 12a4aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
displayName: 'Download git-sdk-64-minimal'
158158
- powershell: |
159159
& git-sdk-64-minimal\usr\bin\bash.exe -lc @"
160-
make vcxproj
160+
make NDEBUG=1 DEVELOPER=1 vcxproj
161161
"@
162162
if (!$?) { exit(1) }
163163
displayName: Generate Visual Studio Solution
@@ -255,7 +255,7 @@ jobs:
255255
256256
cd t &&
257257
PATH=\"`$PWD/helper:`$PATH\" &&
258-
test-tool.exe run-command testsuite -V -x --write-junit-xml \
258+
test-tool.exe run-command testsuite --jobs=10 -V -x --write-junit-xml \
259259
`$(test-tool.exe path-utils slice-tests \
260260
`$SYSTEM_JOBPOSITIONINPHASE `$SYSTEM_TOTALJOBSINPHASE t[0-9]*.sh)
261261
"@

0 commit comments

Comments
 (0)