Merge pull request #1829 from google/gennadiycivil-patch-1

Update appveyor.yml
This commit is contained in:
Gennadiy Civil 2018-09-12 11:42:08 -04:00 committed by GitHub
commit d25268a55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ install:
- ps: | - ps: |
Write-Output "Compiler: $env:compiler" Write-Output "Compiler: $env:compiler"
Write-Output "Generator: $env:generator" Write-Output "Generator: $env:generator"
Write-Output "Env:Configuation: $env:configuration"
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) { if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
Write-Output "This is *NOT* a pull request build" Write-Output "This is *NOT* a pull request build"
} else { } else {