appveyor.yml: added comment with instructions to reset build cache.
This commit is contained in:
parent
d487176b58
commit
8560a693bb
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue