diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-25 20:49:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 20:49:16 -0700 |
commit | 8286bf223320acc7cf9c8ac776b697b807b92c26 (patch) | |
tree | dcb29777817f55d1df18686875d043bc8be38cca | |
parent | 24ba1b1b3ef71b48ce59dcc44b21c04a64d0b789 (diff) | |
download | googletest-8286bf223320acc7cf9c8ac776b697b807b92c26.tar.gz googletest-8286bf223320acc7cf9c8ac776b697b807b92c26.tar.bz2 googletest-8286bf223320acc7cf9c8ac776b697b807b92c26.zip |
Update appveyor.yml
-rw-r--r-- | appveyor.yml | 1 |
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 { |