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 2a85e02 + d25e8d7 commit b099173Copy full SHA for b099173
src/bootstrap/mk/Makefile.in
@@ -60,8 +60,11 @@ prepare:
60
## MSVC native builders
61
62
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
63
-ci-msvc:
64
- $(Q)$(CFG_SRC_DIR)/x.py test --stage 2
+ci-msvc-py:
+ $(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy
65
+ci-msvc-ps1:
66
+ $(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --exclude tidy
67
+ci-msvc: ci-msvc-py ci-msvc-ps1
68
69
## MingW native builders
70
0 commit comments