Improve ARM64 support in wxMSW

Add ARM64 and ARM64EC platforms to MSVS projects and solutions.

Improve ARM-related documentation.

Closes #24615.
This commit is contained in:
Jon Kunkee
2024-06-14 23:25:18 -04:00
committed by Vadim Zeitlin
parent 91089f2143
commit f825661df1
44 changed files with 13227 additions and 15 deletions

View File

@@ -66,6 +66,9 @@ jobs:
platform: 'x64'
vsversion: 2022
use_utf8: true
- configuration: 'Release'
platform: 'arm64'
vsversion: 2022
- configuration: 'Debug'
platform: 'Win32'
vsversion: 2019
@@ -113,6 +116,7 @@ jobs:
msbuild /noLogo /m '/p:Configuration=${{ matrix.configuration }}' /p:Platform=${{ matrix.platform }} tests\test_vc16.sln
- name: Run tests
if: ${{ !contains(matrix.platform, 'arm64') }}
working-directory: tests
run: |
.\vc*msw*\test.exe
@@ -122,6 +126,7 @@ jobs:
msbuild /noLogo /m '/p:Configuration=${{ matrix.configuration }}' /p:Platform=${{ matrix.platform }} tests\test_gui_vc16.sln
- name: Run GUI tests
if: ${{ !contains(matrix.platform, 'arm64') }}
working-directory: tests
run: |
.\vc*msw*\test_gui.exe