1
0
Fork 0

Appveyor: Cache only the CMakeCache file.

Caching the entire build folder would overwrite the symlinked Plugins, webadmin etc.
This commit is contained in:
Mattes D 2019-12-29 23:59:09 +01:00
parent 8af92acc1c
commit 66b0bc04ce
1 changed files with 3 additions and 3 deletions

View File

@ -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 #