mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 10:30:59 +00:00
Add ARM64 targets to CI
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
# cmake_args: -A Win32
|
||||
- os: windows-latest
|
||||
cmake_args: -A x64
|
||||
- os: windows-11-arm
|
||||
cmake_args: -A ARM64
|
||||
- os: macos-latest
|
||||
build_target: macos
|
||||
cmake_args: -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
|
||||
@@ -35,6 +37,12 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
cc: gcc
|
||||
cxx: g++
|
||||
- os: ubuntu-24.04-arm
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
- os: ubuntu-24.04-arm
|
||||
cc: gcc
|
||||
cxx: g++
|
||||
- os: ubuntu-latest
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
|
||||
Reference in New Issue
Block a user