aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 21:29:51 -0700
committerGitHub <noreply@github.com>2018-09-25 21:29:51 -0700
commit9241466921b7bd6ae4915923a5d7af55446abfd1 (patch)
treeb538b286f4c002955bc53847c5fb1a04540346b9 /appveyor.yml
parent5e13fe66222300eef60d7dc37fdcafbb442cc60f (diff)
parent0809c68040ab11b906568e8df72019ce2fe0b049 (diff)
downloadgoogletest-9241466921b7bd6ae4915923a5d7af55446abfd1.tar.gz
googletest-9241466921b7bd6ae4915923a5d7af55446abfd1.tar.bz2
googletest-9241466921b7bd6ae4915923a5d7af55446abfd1.zip
Merge branch 'master' into appveyor-mingw-enable-tests-again
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 bcc1c4d2..3b72a117 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 {