Merge branch 'master' into patch-1
This commit is contained in:
commit
ca247e1797
|
@ -38,6 +38,7 @@ install:
|
||||||
- ps: |
|
- ps: |
|
||||||
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"
|
||||||
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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user