aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-12 14:24:36 -0400
committerGitHub <noreply@github.com>2018-09-12 14:24:36 -0400
commitca247e17975c7de295b16ec85e4ed05aefaa3190 (patch)
tree1d9a2d39afdfb98e874f168fd7e4e8476b95c5d3
parent94046c91db2967bf98a2eb8ecdfe8accac77ee46 (diff)
parentd25268a55f6f6f38c65a7d1b7b119e33a46d1688 (diff)
downloadgoogletest-ca247e17975c7de295b16ec85e4ed05aefaa3190.tar.gz
googletest-ca247e17975c7de295b16ec85e4ed05aefaa3190.tar.bz2
googletest-ca247e17975c7de295b16ec85e4ed05aefaa3190.zip
Merge branch 'master' into patch-1
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b1da655f..1e3102e9 100644
--- a/appveyor.yml
+++ b/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 {