Skip to content

Commit b099173

Browse files
Rollup merge of #112668 - Kobzol:ci-msvc-ps1, r=pietroalbini
Test `x.ps1` in `msvc` CI job Small adjustment to #112633, to resolve [this comment](#112633 (comment)). r? `@pietroalbini`
2 parents 2a85e02 + d25e8d7 commit b099173

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/bootstrap/mk/Makefile.in

+5-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ prepare:
6060
## MSVC native builders
6161

6262
# 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
63+
ci-msvc-py:
64+
$(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
6568

6669
## MingW native builders
6770

0 commit comments

Comments
 (0)