Skip to content

Commit

Permalink
Rollup merge of #112668 - Kobzol:ci-msvc-ps1, r=pietroalbini
Browse files Browse the repository at this point in the history
Test `x.ps1` in `msvc` CI job

Small adjustment to #112633, to resolve [this comment](#112633 (comment)).

r? `@pietroalbini`
  • Loading branch information
compiler-errors authored Jun 18, 2023
2 parents 2a85e02 + d25e8d7 commit b099173
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ prepare:
## MSVC native builders

# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
ci-msvc:
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2
ci-msvc-py:
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy
ci-msvc-ps1:
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --exclude tidy
ci-msvc: ci-msvc-py ci-msvc-ps1

## MingW native builders

Expand Down

0 comments on commit b099173

Please sign in to comment.