mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
infra: updated ios arm64 build
This commit is contained in:
parent
b915455e89
commit
bcc2f5008c
2 changed files with 5 additions and 5 deletions
6
.github/workflows/build_ios.yml
vendored
6
.github/workflows/build_ios.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
name: result_x86_64
|
name: result_x86_64
|
||||||
path: build/src/libthorvg*
|
path: build/src/libthorvg*
|
||||||
|
|
||||||
build_aarch64:
|
build_arm64:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -62,10 +62,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
meson setup build -Dlog=true -Dloaders=all -Dsavers=all -Dbindings=capi -Dstatic=true --cross-file ./cross/ios_aarch64.txt
|
meson setup build -Dlog=true -Dloaders=all -Dsavers=all -Dbindings=capi -Dstatic=true --cross-file ./cross/ios_arm64.txt
|
||||||
ninja -C build install
|
ninja -C build install
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: result_aarch64
|
name: result_arm64
|
||||||
path: build/src/libthorvg*
|
path: build/src/libthorvg*
|
|
@ -17,6 +17,6 @@ cpp_link_args = ['-miphoneos-version-min=11.0']
|
||||||
system = 'darwin'
|
system = 'darwin'
|
||||||
subsystem = 'ios'
|
subsystem = 'ios'
|
||||||
kernel = 'xnu'
|
kernel = 'xnu'
|
||||||
cpu_family = 'aarch64'
|
cpu_family = 'arm64'
|
||||||
cpu = 'aarch64'
|
cpu = 'arm64'
|
||||||
endian = 'little'
|
endian = 'little'
|
Loading…
Add table
Reference in a new issue