diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-12 11:42:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 11:42:08 -0400 |
commit | d25268a55f6f6f38c65a7d1b7b119e33a46d1688 (patch) | |
tree | 7207d00006d1a366fda18e864e35327cc7129cf1 | |
parent | 4d066127be19bda5faa92386806d5f572e72c4b7 (diff) | |
parent | 5eee7a343be029802dee9d9c0dfb8f95d9f4ba57 (diff) | |
download | googletest-d25268a55f6f6f38c65a7d1b7b119e33a46d1688.tar.gz googletest-d25268a55f6f6f38c65a7d1b7b119e33a46d1688.tar.bz2 googletest-d25268a55f6f6f38c65a7d1b7b119e33a46d1688.zip |
Merge pull request #1829 from google/gennadiycivil-patch-1
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 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 { |