diff options
| author | ruki <[email protected]> | 2017-03-30 18:41:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-30 18:41:36 +0800 |
| commit | 0710193eef28d0c1b15103e390feae7d963e6066 (patch) | |
| tree | 3cca32620c1b33c16dea6a271065c13f20873a4f | |
| parent | e2c11f9bc6be0eec20720824f5616c60d0806bee (diff) | |
add vs2017 to appveyor
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index b8a88d8b5..fee7fd0d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,6 @@ -os: Visual Studio 2015 +os: + - Visual Studio 2015 + - Visual Studio 2017 platform: - Win32 |
