Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 0ebec73

Browse files
committed
enable winrt arm builds
1 parent 265ccd5 commit 0ebec73

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environment:
1414
- PLATFORM: mingw73_64
1515
- PLATFORM: winrt_x64_msvc2017
1616
- PLATFORM: winrt_x86_msvc2017
17+
- PLATFORM: winrt_armv7_msvc2017
1718
- PLATFORM: msvc2015_64
1819

1920
matrix:
@@ -26,6 +27,8 @@ matrix:
2627
image: Visual Studio 2015
2728
- PLATFORM: winrt_x86_msvc2017
2829
image: Visual Studio 2015
30+
- PLATFORM: winrt_armv7_msvc2017
31+
image: Visual Studio 2015
2932
- PLATFORM: msvc2015_64
3033
image: Visual Studio 2017
3134

deploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
".skycoder42.jsonserializer",
77
".skycoder42.service"
88
],
9-
"excludes": [ "winrt_arm" ],
9+
"excludes": [],
1010
"license": {
1111
"name": "BSD-3-Clause",
1212
"path": "LICENSE"

0 commit comments

Comments
 (0)