Unverified Commit 8286bf22 authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Update appveyor.yml

parent 24ba1b1b
...@@ -41,6 +41,7 @@ install: ...@@ -41,6 +41,7 @@ install:
Write-Output "Compiler: $env:compiler" Write-Output "Compiler: $env:compiler"
Write-Output "Generator: $env:generator" Write-Output "Generator: $env:generator"
Write-Output "Env:Configuation: $env:configuration" Write-Output "Env:Configuation: $env:configuration"
Write-Outpit "Env: $env"
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) { if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
Write-Output "This is *NOT* a pull request build" Write-Output "This is *NOT* a pull request build"
} else { } else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment