Browse Source

add msvc 2017 x86 ci

master
Skycoder42 6 years ago
parent
commit
b4a735201e
No known key found for this signature in database GPG Key ID: 8E01AD9EF0578D2B
  1. 3
      appveyor.yml

3
appveyor.yml

@ -13,6 +13,7 @@ environment:
- PLATFORM: msvc2017_64
- PLATFORM: mingw73_64
- PLATFORM: winrt_x64_msvc2017
- PLATFORM: msvc2017
- PLATFORM: winrt_x86_msvc2017
- PLATFORM: winrt_armv7_msvc2017
- PLATFORM: msvc2015_64
@ -25,6 +26,8 @@ matrix:
image: Visual Studio 2015
- PLATFORM: winrt_x64_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_x86_msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_armv7_msvc2017

Loading…
Cancel
Save