summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-04 00:16:35 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-04 00:16:35 +0000
commit621612c8454448bc7fa69e2efa6b590a903c071d (patch)
treef071fb9bc144fd08cfe3f7acff7bdad3620851e3 /appveyor.yml
parent59a094fac7eb222dd0c873d3eb0fe0a2c154dab3 (diff)
Test commit for Appveyor - Remove incorrect caching logic
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 931208853..663db2bf9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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