ci: AppVeyor: GCOV_ERROR_FILE: head/tail [skip ci] (#10335)

This commit is contained in:
Daniel Hahler 2019-06-27 14:38:33 +02:00 committed by GitHub
parent a924650d98
commit 04f559dc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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: