aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJozef Izso <jozef.izso@gmail.com>2018-04-28 10:59:52 +0200
committerJozef Izso <jozef.izso@gmail.com>2018-05-15 13:38:14 +0200
commit8835f5d2f1d6b4ca39766c496faca1f06efa3703 (patch)
tree36538229f1cefd6440212e4bebe882767e458605 /appveyor.yml
parentb83b8e3d448fa5395792630a61aad5e09ff74552 (diff)
downloadprotobuf-8835f5d2f1d6b4ca39766c496faca1f06efa3703.tar.gz
protobuf-8835f5d2f1d6b4ca39766c496faca1f06efa3703.tar.bz2
protobuf-8835f5d2f1d6b4ca39766c496faca1f06efa3703.zip
Fix appveyor documentation
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 05ee0c63..1dd076a4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,11 +1,11 @@
-# Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can
-# test more combinations but AppVeyor just takes too long to finish (each
-# combination takes ~15mins).
configuration:
- Debug
environment:
matrix:
+ # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can
+ # test more combinations but AppVeyor just takes too long to finish (each
+ # combination takes ~15mins).
- platform: MinGW
language: cpp
image: Visual Studio 2015