diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-06-15 19:10:45 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-06-18 11:50:05 +0200 |
| commit | d25e8d79a14ebf02df437f0147de592c8ded3ea1 (patch) | |
| tree | 12588237764cc369e5fb67c5dfdeecca54b3d561 /src/bootstrap/mk | |
| parent | f9097f87c9c094f80826fb60a1a624b5f9f1ed82 (diff) | |
| download | rust-d25e8d79a14ebf02df437f0147de592c8ded3ea1.tar.gz rust-d25e8d79a14ebf02df437f0147de592c8ded3ea1.zip | |
Test `x.ps1` in `msvc` CI job
Diffstat (limited to 'src/bootstrap/mk')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 779db9fffa8..d2969315803 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -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 |
