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

Update appveyor.yml
pull/1828/head^2
Gennadiy Civil 7 years ago committed by GitHub
commit d25268a55f
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