0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

appveyor: don't persist rollup cache in appveyor cache

Rollups cache usage has turned out to be unreliable, reusing stale data
that should be regenerated.
This commit is contained in:
Bert Belder 2018-09-17 21:32:57 -07:00
parent 7553bcb74f
commit 93a533d732
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -366,6 +366,10 @@ test_script:
- ps: Exec { & python tools\test.py $env:DENO_BUILD_PATH }
after_test:
# Delete the the rollup cache, which is unreliable, so that it doesn't get
# persisted in the appveyor cache.
- ps: if (Get-SaveCache) { Delete-Tree "$env:DENO_BUILD_PATH\.rpt2_cache" }
# Remove stale files and empty dirs from the build directory.
- ps: Stop-TraceFilesNeeded