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.
x.ps1
msvc
1 parent f9097f8 commit d25e8d7Copy full SHA for d25e8d7
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