Skip to content

Commit

Permalink
Add a mechanism for invalidating that AppVeyor cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hdgarrood committed May 14, 2016
1 parent 083dbf5 commit 46f1687
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ version: '{build}'
environment:
# Keep the path as short as possible, just in case.
STACK_ROOT: c:\s
# Appveyor does not seem to be able to cope with the symbolic link
# stack.yaml, so this is a workaround.
RELEASE_USER: purescript
RELEASE_REPO: purescript
cache:
- c:\s
- c:\s -> appveyor/cache-buster.txt
install:
- git submodule update --init
- ps: Install-Product node 5
Expand Down
8 changes: 8 additions & 0 deletions appveyor/cache-buster.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This file acts as a cache buster for the AppVeyor (Windows CI) build
cache. In order to invalidate the AppVeyor build cache, simply make a
change to the number at the end of this file and commit.

See http://www.appveyor.com/docs/build-cache#cache-dependencies for more
information.

Increment me to invalidate the cache: 0

0 comments on commit 46f1687

Please sign in to comment.