mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Only run Window script on Windows
This commit is contained in:
parent
e8f0e70b00
commit
a2255518c7
@ -13,6 +13,8 @@ steps:
|
||||
mkdir c:\MORE_SPACE
|
||||
mklink /J build c:\MORE_SPACE
|
||||
)
|
||||
displayName: "Ensure build happens on C:/ instead of D:/"
|
||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
|
||||
|
||||
- script: |
|
||||
set MSYS_PATH=%CD%\citools\msys64
|
||||
|
Loading…
Reference in New Issue
Block a user