mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
ci: Add ARM64 UWP for WindowsStore.
This is one of the core vcpkg targets and I'm trying to enable the cglm port there to support UWP, so we should have it in the CI here.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user