aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f3b4175d52..b41f0ee7a8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,6 +27,12 @@ before_build:
- ps: Install-Product node 8
build_script:
- powershell ci\build.ps1
+after_build:
+- ps: |
+ if (Test-Path $env:GCOV_ERROR_FILE) {
+ Get-Content $env:GCOV_ERROR_FILE -Head 10
+ Get-Content $env:GCOV_ERROR_FILE -Tail 10
+ }
cache:
- C:\projects\nvim-deps -> third-party\**
artifacts: