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:
Pietro Albini 2020-03-20 16:49:39 +01:00
parent b4f71cd477
commit 9d5c416037
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C
2 changed files with 2 additions and 2 deletions

View file

@ -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