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:
|
# cache it because it's too large:
|
||||||
# - "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack"
|
# - "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
|
# We don't do a normal C build, but build in test_script via stack
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue