Jelajahi Sumber

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
Eric Fiselier 8 tahun lalu
induk
melakukan
ff17452d7c
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 0 0
      appveyor-reqs-install.cmd
  2. 1 1
      appveyor.yml

+ 0 - 0
install-appveyor-reqs.cmd → appveyor-reqs-install.cmd


+ 1 - 1
appveyor.yml

@@ -36,7 +36,7 @@ install:
   ############################################################################
   ############################################################################
   # All external dependencies are installed in C:\projects\deps
   # 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:
 before_build:
   - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%
   - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%