diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-27 14:38:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 14:38:33 +0200 |
commit | 04f559dc0580b5a5c0a9e2eca3b1bdc20a9b3476 (patch) | |
tree | 7054aeade4d643eb54f6e5fb7c3421bed5cf57ab | |
parent | a924650d986be67a40085a7db5d52e6710db9d1e (diff) | |
download | rneovim-04f559dc0580b5a5c0a9e2eca3b1bdc20a9b3476.tar.gz rneovim-04f559dc0580b5a5c0a9e2eca3b1bdc20a9b3476.tar.bz2 rneovim-04f559dc0580b5a5c0a9e2eca3b1bdc20a9b3476.zip |
ci: AppVeyor: GCOV_ERROR_FILE: head/tail [skip ci] (#10335)
-rw-r--r-- | appveyor.yml | 6 |
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: |