mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Test x.ps1
in msvc
CI job
This commit is contained in:
parent
f9097f87c9
commit
d25e8d79a1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user