Appveyor: Cache only the CMakeCache file.
Caching the entire build folder would overwrite the symlinked Plugins, webadmin etc.
This commit is contained in:
parent
8af92acc1c
commit
66b0bc04ce
@ -93,9 +93,9 @@ for:
|
||||
# Cache for speeding up subsequent builds #
|
||||
###########################################
|
||||
cache:
|
||||
- Debug-x64
|
||||
- Release-x86
|
||||
- Release-x64
|
||||
- Debug-x64\CMakeCache.txt
|
||||
- Release-x86\CMakeCache.txt
|
||||
- Release-x64\CMakeCache.txt
|
||||
|
||||
#####################
|
||||
# Package artifacts #
|
||||
|
Loading…
Reference in New Issue
Block a user