aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-12 11:42:08 -0400
committerGitHub <noreply@github.com>2018-09-12 11:42:08 -0400
commitd25268a55f6f6f38c65a7d1b7b119e33a46d1688 (patch)
tree7207d00006d1a366fda18e864e35327cc7129cf1
parent4d066127be19bda5faa92386806d5f572e72c4b7 (diff)
parent5eee7a343be029802dee9d9c0dfb8f95d9f4ba57 (diff)
downloadgoogletest-d25268a55f6f6f38c65a7d1b7b119e33a46d1688.zip
googletest-d25268a55f6f6f38c65a7d1b7b119e33a46d1688.tar.gz
googletest-d25268a55f6f6f38c65a7d1b7b119e33a46d1688.tar.bz2
Merge pull request #1829 from google/gennadiycivil-patch-1
Update appveyor.yml
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b1da655..1e3102e 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 {