aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-26 21:52:12 -0700
committerGitHub <noreply@github.com>2018-09-26 21:52:12 -0700
commit440527a61e1c91188195f7de212c63c77e8f0a45 (patch)
treeba63d0dffb8ef4545140257b852c602a2d8cef0a /appveyor.yml
parent75e834700d19aa373b428c7c746f951737354c28 (diff)
downloadgoogletest-440527a61e1c91188195f7de212c63c77e8f0a45.tar.gz
googletest-440527a61e1c91188195f7de212c63c77e8f0a45.tar.bz2
googletest-440527a61e1c91188195f7de212c63c77e8f0a45.zip
Update appveyor.yml
Since we only one one MinGW left, lets enable it on PRs
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 55744664..f734a0c4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,6 +23,7 @@ environment:
- 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'
+ enabled_on_pr: yes
configuration:
- Debug