summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
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