Skip to content

Commit

Permalink
Test x.ps1 in msvc CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jun 18, 2023
1 parent f9097f8 commit d25e8d7
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 d25e8d7

Please sign in to comment.