Update appveyor.yml

pull/1862/head
Gennadiy Civil 6 years ago committed by GitHub
parent 24ba1b1b3e
commit 8286bf2233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      appveyor.yml

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

Loading…
Cancel
Save