diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-02-06 16:06:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-06 16:06:11 (GMT) |
commit | a3c73ed28d7995b18d48027aee740ad827fcc157 (patch) | |
tree | 964769bf65073dd97c43d3eca3a3719d782eba32 /appveyor.yml | |
parent | ea31cb15f0c2ab9f5f5b18e82311eb522989d747 (diff) | |
download | googletest-a3c73ed28d7995b18d48027aee740ad827fcc157.zip googletest-a3c73ed28d7995b18d48027aee740ad827fcc157.tar.gz googletest-a3c73ed28d7995b18d48027aee740ad827fcc157.tar.bz2 |
Include MSVC14 on PRs as well
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6c50fef..8d9cc64 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,6 +15,7 @@ environment: - compiler: msvc-14-seh generator: "Visual Studio 14 2015" + enabled_on_pr: yes - compiler: msvc-14-seh generator: "Visual Studio 14 2015 Win64" |