summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-19 16:22:45 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-19 16:22:45 +0200
commit8560a693bb62e030512580ca76debeb0f3c01d22 (patch)
treefc36a48074535dddf64945a68155075d39765c1c /appveyor.yml
parentd487176b580e86a2f99546e92df1337c92c81f4b (diff)
appveyor.yml: added comment with instructions to reset build cache.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4f7a94ced..f702fe9e4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,6 +18,12 @@ cache:
# cache it because it's too large:
# - "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack"
+# Note: to reset build cache, do the following in JavaScript
+# console on appveyor:
+# $.ajax({
+# url: 'https://ci.appveyor.com/api/projects/jgm/pandoc/buildcache',
+# type: 'DELETE'})
+
# We don't do a normal C build, but build in test_script via stack
build: off