Update appveyor.yml

pull/1829/head
Gennadiy Civil 7 years ago committed by GitHub
parent 4d066127be
commit 5eee7a343b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      appveyor.yml

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

Loading…
Cancel
Save