ci: rename script windows-symlink-build-dir to symlink-build-dir
There will be a need to symlink the Linux build directory in the future as well, so let's make the script name generic.
This commit is contained in:
parent
b4f71cd477
commit
9d5c416037
2 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ steps:
|
|||
displayName: Install InnoSetup
|
||||
condition: and(succeeded(), not(variables.SKIP_JOB))
|
||||
|
||||
- bash: src/ci/scripts/windows-symlink-build-dir.sh
|
||||
displayName: Ensure the build happens on C:\ instead of D:\
|
||||
- bash: src/ci/scripts/symlink-build-dir.sh
|
||||
displayName: Ensure the build happens on a partition with enough space
|
||||
condition: and(succeeded(), not(variables.SKIP_JOB))
|
||||
|
||||
- bash: src/ci/scripts/disable-git-crlf-conversion.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue