aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 21:29:20 -0700
committerGitHub <noreply@github.com>2018-09-25 21:29:20 -0700
commit0809c68040ab11b906568e8df72019ce2fe0b049 (patch)
tree2223fa680df9d04d19e5e6dd6937e08ba7009f4d /appveyor.yml
parent70ed5e5c45c0ef4667c3801e3fbbde74f41f7f9b (diff)
parent220e790a964da44f1c2e148ffc03aef472cbb50b (diff)
downloadgoogletest-0809c68040ab11b906568e8df72019ce2fe0b049.tar.gz
googletest-0809c68040ab11b906568e8df72019ce2fe0b049.tar.bz2
googletest-0809c68040ab11b906568e8df72019ce2fe0b049.zip
Merge pull request #1862 from google/9A681768AABE08D1EFA5CA77528236A4
Googletest export (and revert #1850)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fdd34c67..55744664 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,12 +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'
- cxx_options: "-std=gnu++11"
- enabled_on_pr: yes
-
- 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'
@@ -41,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 {