From 6251071a20e8ebfe9310b736baf55897853adba0 Mon Sep 17 00:00:00 2001 From: misterg Date: Fri, 6 Dec 2019 13:01:34 -0500 Subject: Googletest export Require all appveyor googletest windows builds to work on Pull Requests to increase CI coverage PiperOrigin-RevId: 284206759 --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') 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 -- cgit v1.2.3