From ff17452d7c37b4f355dda36c549a29686c528a8e Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 10 May 2017 02:43:02 +0000 Subject: [PATCH] Rename Appveyor install helper script. I'm really lazy and the old name for the helper script killed 2 letter tab completion for the include directory. This patch renames it to avoid that problem and enable lazyness. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302619 91177308-0d34-0410-b5e6-96231b3b80d8 --- install-appveyor-reqs.cmd => appveyor-reqs-install.cmd | 0 appveyor.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename install-appveyor-reqs.cmd => appveyor-reqs-install.cmd (100%) diff --git a/install-appveyor-reqs.cmd b/appveyor-reqs-install.cmd similarity index 100% rename from install-appveyor-reqs.cmd rename to appveyor-reqs-install.cmd diff --git a/appveyor.yml b/appveyor.yml index 83a1d9495..be69a555d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ install: ############################################################################ # All external dependencies are installed in C:\projects\deps ############################################################################ - - call "%APPVEYOR_BUILD_FOLDER%\\install-appveyor-reqs.cmd" + - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd" before_build: - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%