Update appveyor.yml

This commit is contained in:
Gennadiy Civil
2018-09-12 10:33:31 -04:00
committed by GitHub
parent 4d066127be
commit 5eee7a343b

View File

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