mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -05:00
appveyor: never save cache after a failed CI run
This commit is contained in:
parent
3f7d61a589
commit
6326ae72b6
1 changed files with 0 additions and 5 deletions
|
@ -180,11 +180,6 @@ before_build:
|
|||
build_script:
|
||||
- python tools\build.py
|
||||
|
||||
after_build:
|
||||
# The build completed successfully; make sure the cache gets saved even if
|
||||
# some tests fail.
|
||||
- ps: $env:APPVEYOR_SAVE_CACHE_ON_ERROR = "true"
|
||||
|
||||
test_script:
|
||||
- python tools\lint.py
|
||||
- ps: Exec { & python tools\test.py $env:DENO_BUILD_PATH }
|
||||
|
|
Loading…
Add table
Reference in a new issue