aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 20:49:16 -0700
committerGitHub <noreply@github.com>2018-09-25 20:49:16 -0700
commit8286bf223320acc7cf9c8ac776b697b807b92c26 (patch)
treedcb29777817f55d1df18686875d043bc8be38cca /appveyor.yml
parent24ba1b1b3ef71b48ce59dcc44b21c04a64d0b789 (diff)
downloadgoogletest-8286bf223320acc7cf9c8ac776b697b807b92c26.tar.gz
googletest-8286bf223320acc7cf9c8ac776b697b807b92c26.tar.bz2
googletest-8286bf223320acc7cf9c8ac776b697b807b92c26.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 fdd34c67..bcbf0b00 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,6 +41,7 @@ install:
Write-Output "Compiler: $env:compiler"
Write-Output "Generator: $env:generator"
Write-Output "Env:Configuation: $env:configuration"
+ Write-Outpit "Env: $env"
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
Write-Output "This is *NOT* a pull request build"
} else {