Skip to content

Commit

Permalink
Merge pull request #391 from waywardmonkeys/ci-add-arm64-uwp
Browse files Browse the repository at this point in the history
ci: Add ARM64 UWP for WindowsStore.
  • Loading branch information
recp committed Feb 12, 2024
2 parents 4896b2e + 366e0d4 commit 78fb330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -136,6 +136,7 @@ jobs:
- { name: Windows (clang-cl x86), flags: -T ClangCL -A Win32 }
- { name: Windows (ARM), flags: -A ARM, skip_tests: true, skip_build: true } # This fails to build.
- { name: Windows (ARM64), flags: -A ARM64, skip_tests: true }
- { name: UWP (ARM64), flags: -A ARM64, -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0", skip_tests: true }
- { name: UWP (x64), flags: -A x64 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0", skip_tests: true }

steps:
Expand Down

0 comments on commit 78fb330

Please sign in to comment.