aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-12-06 13:01:34 -0500
committerMatt Calabrese <calabrese@x.team>2019-12-13 12:57:17 -0500
commit6251071a20e8ebfe9310b736baf55897853adba0 (patch)
treeb766b472fb0803ada54cc66bea8ed92d022b76e0 /appveyor.yml
parent78fdd6c00b8fa5dd67066fbb796affc87ba0e075 (diff)
downloadgoogletest-6251071a20e8ebfe9310b736baf55897853adba0.tar.gz
googletest-6251071a20e8ebfe9310b736baf55897853adba0.tar.bz2
googletest-6251071a20e8ebfe9310b736baf55897853adba0.zip
Googletest export
Require all appveyor googletest windows builds to work on Pull Requests to increase CI coverage PiperOrigin-RevId: 284206759
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a58b7687..ec155a76 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,6 +8,7 @@ environment:
generator: "Visual Studio 15 2017"
build_system: cmake
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+ enabled_on_pr: yes
- compiler: msvc-15-seh
generator: "Visual Studio 15 2017 Win64"
@@ -28,6 +29,7 @@ environment:
- compiler: msvc-14-seh
build_system: cmake
generator: "Visual Studio 14 2015 Win64"
+ enabled_on_pr: yes
- compiler: gcc-6.3.0-posix
build_system: cmake