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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits