aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-12 10:33:31 -0400
committerGitHub <noreply@github.com>2018-09-12 10:33:31 -0400
commit5eee7a343be029802dee9d9c0dfb8f95d9f4ba57 (patch)
tree7207d00006d1a366fda18e864e35327cc7129cf1 /appveyor.yml
parent4d066127be19bda5faa92386806d5f572e72c4b7 (diff)
downloadgoogletest-5eee7a343be029802dee9d9c0dfb8f95d9f4ba57.tar.gz
googletest-5eee7a343be029802dee9d9c0dfb8f95d9f4ba57.tar.bz2
googletest-5eee7a343be029802dee9d9c0dfb8f95d9f4ba57.zip
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-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 {