[libcxx] r302097 - Test commit for Appveyor - Remove incorrect caching logic

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed May 3 17:16:36 PDT 2017


Author: ericwf
Date: Wed May  3 19:16:35 2017
New Revision: 302097

URL: http://llvm.org/viewvc/llvm-project?rev=302097&view=rev
Log:
Test commit for Appveyor - Remove incorrect caching logic

Modified:
    libcxx/trunk/appveyor.yml

Modified: libcxx/trunk/appveyor.yml
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/appveyor.yml?rev=302097&r1=302096&r2=302097&view=diff
==============================================================================
--- libcxx/trunk/appveyor.yml (original)
+++ libcxx/trunk/appveyor.yml Wed May  3 19:16:35 2017
@@ -50,8 +50,7 @@ install:
   ############################################################################
   # Setup the cached copy of LLVM
   ############################################################################
-  - if exist llvm (git -C llvm pull --rebase=true --ff-only)
-  - if not exist llvm (git clone --depth=1 http://llvm.org/git/llvm.git)
+  - git clone --depth=1 http://llvm.org/git/llvm.git
 
 
 before_build:
@@ -88,6 +87,3 @@ on_failure:
 artifacts:
   - path: '_build/CMakeFiles/*.log'
     name: logs
-
-cache:
-  - C:\projects\deps\llvm




More information about the cfe-commits mailing list