Skip to content

Commit 21d92df

Browse files
committed
Added ARM64 to CI build platforms
1 parent 4a48c17 commit 21d92df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ environment:
99
platform:
1010
- x64
1111
- Win32
12+
- ARM64
1213

1314
configuration:
1415
- Release
@@ -17,6 +18,7 @@ configuration:
1718
install:
1819
- if "%platform%"=="x64" set platform_input=x64
1920
- if "%platform%"=="Win32" set platform_input=Win32
21+
- if "%platform%"=="ARM64" set platform_input=ARM64
2022

2123
build:
2224
parallel: true # enable MSBuild parallel builds
@@ -33,3 +35,5 @@ artifacts:
3335
name: x64
3436
- path: NppJSONViewer\Win32\Release\NPPJSONViewer.dll
3537
name: Win32
38+
- path: NppJSONViewer\ARM64\Release\NPPJSONViewer.dll
39+
name: ARM64

0 commit comments

Comments
 (0)