1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Extend CI matrix for MSVC with ARM64

This commit is contained in:
Michał Janiszewski
2022-03-26 20:15:14 +01:00
parent 0f7d46473f
commit cca617d60e

View File

@@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [win32, x64]
platform: [win32, x64, arm64]
env:
CONFIGURATION: Release
PLATFORM: ${{ matrix.platform }}
@@ -88,6 +88,7 @@ jobs:
path: artifacts
if-no-files-found: error
- name: Run Tests
if: matrix.platform != 'arm64'
run: . scripts/setenv -q && run-tests
- name: Upload artifacts (openrct2.org)
run: |