aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 22:09:27 -0700
committerGitHub <noreply@github.com>2018-09-25 22:09:27 -0700
commit907ae9edad16f31d6b5f8aaf7c4a73839f41502b (patch)
treee6afd498b45d58788ce23122165e2b79fcb0469f /appveyor.yml
parenta4f57cf49a4533cbc6e21c5eb6d964eda6898bda (diff)
parent75e834700d19aa373b428c7c746f951737354c28 (diff)
downloadgoogletest-907ae9edad16f31d6b5f8aaf7c4a73839f41502b.tar.gz
googletest-907ae9edad16f31d6b5f8aaf7c4a73839f41502b.tar.bz2
googletest-907ae9edad16f31d6b5f8aaf7c4a73839f41502b.zip
Merge branch 'master' into python3-tests
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1e3102e9..55744664 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,10 +20,6 @@ environment:
- compiler: msvc-14-seh
generator: "Visual Studio 14 2015 Win64"
- - compiler: gcc-5.3.0-posix
- generator: "MinGW Makefiles"
- cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
-
- compiler: gcc-6.3.0-posix
generator: "MinGW Makefiles"
cxx_path: 'C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin'
@@ -39,6 +35,7 @@ install:
Write-Output "Compiler: $env:compiler"
Write-Output "Generator: $env:generator"
Write-Output "Env:Configuation: $env:configuration"
+ Write-Output "Env: $env"
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
Write-Output "This is *NOT* a pull request build"
} else {