From 04f559dc0580b5a5c0a9e2eca3b1bdc20a9b3476 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 27 Jun 2019 14:38:33 +0200 Subject: [PATCH] ci: AppVeyor: GCOV_ERROR_FILE: head/tail [skip ci] (#10335) --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: