Update appveyor.yml

This commit is contained in:
Gennadiy Civil 2018-09-25 20:49:16 -07:00 committed by GitHub
parent 24ba1b1b3e
commit 8286bf2233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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